From 306e49d4f3a285376e5173fdc9afe94467e7a02c Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 18 May 2018 04:20:08 -0500 Subject: fix truststore builder script Issue-ID: AAF-290 Change-Id: Icffe60736c8f40617477c068c29c14c5ac6b07ea Signed-off-by: Instrumental --- auth/sample/public/truststoreONAP.p12 | Bin 4180 -> 1560 bytes conf/CA/truststore.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg