diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-05 20:52:32 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-05 20:52:41 -0500 |
commit | df9e827fa3ec1c7e32b5f5eb7a63a4c11f9da4a7 (patch) | |
tree | cdd1bcb33e7c3f0d24b582d895531af31280e8a6 /conf/CA/truststore.sh | |
parent | 6cd833478d794245708ccd448a6835a0d6d3b7ce (diff) |
rm CADI Cass
Issue-ID: AAF-212
Change-Id: I72b1a5ff68ae0f9527b3d82c9a84a0660fe380ae
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'conf/CA/truststore.sh')
-rw-r--r-- | conf/CA/truststore.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |