blob: 399048cb87645fe8b5daa79ac43444158df57ff5 (
plain)
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 -nokeys -out truststore.p12
|