mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 04:28:00 +02:00
14 lines
275 B
Makefile
14 lines
275 B
Makefile
# test-cert.p12 created with:
|
|
#
|
|
# openssl pkcs12 -export \
|
|
# -in test_key_and_cert.pem \
|
|
# -inkey test_key_and_cert.pem \
|
|
# -certfile test_ca_cert.pem \
|
|
# -name "test-pkcs12" \
|
|
# -out test-cert.p12
|
|
|
|
EXTRA_DIST = \
|
|
test_ca_cert.pem \
|
|
test_key_and_cert.pem \
|
|
test-cert.p12
|
|
|