From df9e827fa3ec1c7e32b5f5eb7a63a4c11f9da4a7 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 5 Apr 2018 20:52:32 -0500 Subject: rm CADI Cass Issue-ID: AAF-212 Change-Id: I72b1a5ff68ae0f9527b3d82c9a84a0660fe380ae Signed-off-by: Instrumental --- conf/CA/truststore.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf/CA/truststore.sh (limited to 'conf/CA/truststore.sh') diff --git a/conf/CA/truststore.sh b/conf/CA/truststore.sh new file mode 100644 index 00000000..397f7e70 --- /dev/null +++ b/conf/CA/truststore.sh @@ -0,0 +1,2 @@ +echo "FYI, by convention, truststore passwords are 'changeit', but you may add something more sophisticated" +openssl pkcs12 -export -name AAF_Root_CA -in certs/ca.crt -inkey private/ca.key -out truststore.p12 -- cgit 1.2.3-korg