summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-05-18 04:20:08 -0500
committerInstrumental <jonathan.gathman@att.com>2018-05-18 04:24:47 -0500
commit306e49d4f3a285376e5173fdc9afe94467e7a02c (patch)
tree56a5468eb53722803e79c3a668715176f6ef9419
parent553ee960cb107e838f83953b37aa6f75d67ae5e6 (diff)
fix truststore builder script
Issue-ID: AAF-290 Change-Id: Icffe60736c8f40617477c068c29c14c5ac6b07ea Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--auth/sample/public/truststoreONAP.p12bin4180 -> 1560 bytes
-rw-r--r--conf/CA/truststore.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/auth/sample/public/truststoreONAP.p12 b/auth/sample/public/truststoreONAP.p12
index d01e8569..1e037def 100644
--- a/auth/sample/public/truststoreONAP.p12
+++ b/auth/sample/public/truststoreONAP.p12
Binary files 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