blob: 0414c486366dcad305174c502fcd607a2684331e [file] [log] [blame]
Instrumental65c40b32018-07-21 11:58:16 -05001
Instrumentaldf9e8272018-04-05 20:52:32 -05002echo "FYI, by convention, truststore passwords are 'changeit', but you may add something more sophisticated"
Instrumental65c40b32018-07-21 11:58:16 -05003# PCKS12 does not appear to be able to mark CAs as Trusted
4# openssl pkcs12 -export -name AAF_Root_CA -in certs/ca.crt -nokeys -out truststore.p12
5keytool -importcert -file certs/ca.crt -trustcacerts -alias AAF_ROOT_CA -keystore truststore.jks