Tuesday 6 February 2024

SSL Wowza JKS

 openssl pkcs12 -export -in stream.tvtpi.com.ca-bundle.pem -inkey stream.tvtpi.com.key -name stream.tvtpi.com -out stream.tvtpi.com-PKCS-12.p12


keytool -importkeystore -deststorepass 666777 -destkeystore stream.tvtpi.com.jks -srckeystore stream.tvtpi.com-PKCS-12.p12 -srcstoretype PKCS12


keytool -import -alias bundle -trustcacerts -file [ca_bundle] -keystore [filename-new-keystore.jks]

keytool -import -alias bundle -trustcacerts -file [ca_bundle] -keystore [filename-new-keystore.jks]


https://www-wowza-com.translate.goog/docs/how-to-import-an-existing-ssl-certificate-and-private-key?_x_tr_sl=en&_x_tr_tl=id&_x_tr_hl=id&_x_tr_pto=tc


1 comment: