diff options
author | varun gudisena <vg411h@att.com> | 2018-05-18 09:32:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-18 09:32:11 +0000 |
commit | 14301035243467b553f1d32fbc81cb569a6cc1ff (patch) | |
tree | 477d756fe6f957b09157d1642cad8b49c0145e9f /conf/CA/truststore.sh | |
parent | ceda6e8bc270202bcb24340b86617110289c902e (diff) | |
parent | 306e49d4f3a285376e5173fdc9afe94467e7a02c (diff) |
Merge "fix truststore builder script"
Diffstat (limited to 'conf/CA/truststore.sh')
-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 |