gtully commented on PR #4706: URL: https://github.com/apache/activemq-artemis/pull/4706#issuecomment-1845684962
> > This looks great overall, but I have one question. Why did so many (seemingly) unrelated SSL resources change (e.g. keystores, truststores, etc.)? > > My guess was the changes in the security resources 'build.sh' to create the needed certs resulted in a rerun of the script which updated all the certificates it creates. yep, and when I try to export the existing certs, the seem to have legacy formats, so the regen is actually no harm. openssl pkcs12 -in server-keystore.p12 -out server-key-cert.pem -nodes -password pass:$STORE_PASS Error outputting keys and certificates 009E2FF3407F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:373:Global default library context, Algorithm (RC2-40-CBC : 0), Properties () -- 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]
