From: Instrumental Date: Fri, 18 May 2018 09:20:08 +0000 (-0500) Subject: fix truststore builder script X-Git-Tag: Beijing-2.1.1~36^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=306e49d4f3a285376e5173fdc9afe94467e7a02c fix truststore builder script Issue-ID: AAF-290 Change-Id: Icffe60736c8f40617477c068c29c14c5ac6b07ea Signed-off-by: Instrumental --- 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