fix truststore builder script
[aaf/authz.git] / conf / CA / truststore.sh
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