This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl genrsa -aes128 -out cert.key 4096 | |
openssl rsa -in cert.key -pubout -out cert.pub | |
cat cert.key | |
cat cert.pub |