Merge "fix truststore builder script"
authorvarun gudisena <vg411h@att.com>
Fri, 18 May 2018 09:32:11 +0000 (09:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 18 May 2018 09:32:11 +0000 (09:32 +0000)
auth/sample/public/truststoreONAP.p12
conf/CA/truststore.sh

index d01e856..1e037de 100644 (file)
Binary files a/auth/sample/public/truststoreONAP.p12 and b/auth/sample/public/truststoreONAP.p12 differ
index 397f7e7..399048c 100644 (file)
@@ -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