gtully commented on code in PR #4706: URL: https://github.com/apache/activemq-artemis/pull/4706#discussion_r1419342895
########## tests/security-resources/build.sh: ########## @@ -153,6 +153,10 @@ keytool -storetype pkcs12 -keystore unknown-client-keystore.p12 -storepass $STOR keytool -importkeystore -srckeystore unknown-client-keystore.p12 -destkeystore unknown-client-keystore.jceks -srcstoretype pkcs12 -deststoretype jceks -srcstorepass securepass -deststorepass securepass keytool -importkeystore -srckeystore unknown-client-keystore.p12 -destkeystore unknown-client-keystore.jks -srcstoretype pkcs12 -deststoretype jks -srcstorepass securepass -deststorepass securepass +# PEM versions +openssl pkcs12 -in server-keystore.p12 -out server-key-cert.pem -nodes -password pass:$STORE_PASS +openssl pkcs12 -in client-keystore.p12 -out client-key-cert.pem -nodes -password pass:$STORE_PASS + # Clean up working files # ----------------------- -rm -f *.crt *.csr openssl-* +rm -f *.csr openssl-* Review Comment: I have made pem files of the crt files I was referencing, allowing me to revert this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
