fix truststore builder script 51/48151/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 18 May 2018 09:20:08 +0000 (04:20 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 18 May 2018 09:24:47 +0000 (04:24 -0500)
Issue-ID: AAF-290
Change-Id: Icffe60736c8f40617477c068c29c14c5ac6b07ea
Signed-off-by: Instrumental <jonathan.gathman@att.com>
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