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

2022-05-10 Thread GitBox


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

   @markt-asf OK Please close this PR when yours is ready (or when you have 
committed).


-- 
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-unsubscr...@tomcat.apache.org

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


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



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

2022-05-10 Thread GitBox


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-unsubscr...@tomcat.apache.org

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


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