Instrumental | 65c40b3 | 2018-07-21 11:58:16 -0500 | [diff] [blame] | 1 | |
Instrumental | df9e827 | 2018-04-05 20:52:32 -0500 | [diff] [blame] | 2 | echo "FYI, by convention, truststore passwords are 'changeit', but you may add something more sophisticated" |
Instrumental | 65c40b3 | 2018-07-21 11:58:16 -0500 | [diff] [blame] | 3 | # 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 |
| 5 | keytool -importcert -file certs/ca.crt -trustcacerts -alias AAF_ROOT_CA -keystore truststore.jks |