about summary refs log tree commit diff
path: root/libnm-util/tests/certs/Makefile.am
blob: 4cd8a24bc6ee93ca0ac1491e0c3353ecf8ce2415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 \
	test2_ca_cert.pem \
	test2_key_and_cert.pem \
	test2-cert.p12 \
	ca-no-ending-newline.pem \
	test-key-only.pem \
	test-key-only-decrypted.der