Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aaf
/
authz
/
dc1338557a1cee4dbc8e171bd4e42e209fd84103
/
.
/
conf
/
CA
/
truststore.sh
blob: 397f7e700ff32ee9595c0fe296bf3acc31cbebea [
file
] [
log
] [
blame
]
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