diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-18 04:20:08 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-18 04:24:47 -0500 |
commit | 306e49d4f3a285376e5173fdc9afe94467e7a02c (patch) | |
tree | 56a5468eb53722803e79c3a668715176f6ef9419 /conf | |
parent | 553ee960cb107e838f83953b37aa6f75d67ae5e6 (diff) |
fix truststore builder script
Issue-ID: AAF-290
Change-Id: Icffe60736c8f40617477c068c29c14c5ac6b07ea
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/CA/truststore.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/CA/truststore.sh b/conf/CA/truststore.sh index 397f7e70..399048cb 100644 --- a/conf/CA/truststore.sh +++ b/conf/CA/truststore.sh @@ -1,2 +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 +openssl pkcs12 -export -name AAF_Root_CA -in certs/ca.crt -nokeys -out truststore.p12 |