You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/05/10 07:50:00 UTC

[GitHub] [tomcat] jfclere commented on pull request #511: Allow to decrypt PEM keys.

jfclere commented on PR #511:
URL: https://github.com/apache/tomcat/pull/511#issuecomment-1122047815

   Note openssl can used to convert the key like:
   -----BEGIN RSA PRIVATE KEY-----
   Proc-Type: 4,ENCRYPTED
   DEK-Info: AES-256-CBC,A337ABA05A83C84E225C79ACD675C6D2
   to the PKCS#8 format something like:
   openssl pkcs8 -topk8 -in server.key -out server.pkcs8.key
   


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org