diff options
-rw-r--r-- | auth/sample/public/truststoreONAP.p12 | bin | 4180 -> 1560 bytes | |||
-rw-r--r-- | conf/CA/truststore.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/auth/sample/public/truststoreONAP.p12 b/auth/sample/public/truststoreONAP.p12 Binary files differindex d01e8569..1e037def 100644 --- a/auth/sample/public/truststoreONAP.p12 +++ b/auth/sample/public/truststoreONAP.p12 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 |