From: varun gudisena Date: Fri, 18 May 2018 09:32:11 +0000 (+0000) Subject: Merge "fix truststore builder script" X-Git-Tag: Beijing-2.1.1~36 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=14301035243467b553f1d32fbc81cb569a6cc1ff;hp=ceda6e8bc270202bcb24340b86617110289c902e Merge "fix truststore builder script" --- diff --git a/auth/sample/public/truststoreONAP.p12 b/auth/sample/public/truststoreONAP.p12 index d01e8569..1e037def 100644 Binary files a/auth/sample/public/truststoreONAP.p12 and b/auth/sample/public/truststoreONAP.p12 differ 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