Tips and tricks
Generate openssl .pem files from .key and .crt
Posted on August 13 2019
First , you need to generate the private key
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt
Then, you can convert them to pem files
openssl rsa -in privateKey.key -text > privateKey.pem
openssl x509 -inform PEM -in certificate.crt > certificate.pem
Or go to https://manage.sslforfree.com/
AUTHOR
Recent Comments
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator
- Video Gallery WordPress Plugin /w YouTube, Vimeo, Facebook pages | Berita Online on Vimeo Thumbnail Generator
- Use Browserify Globally as Watcher in PhpStorm [ add Babelify ] – Digital Zoom Studio on Setup a .babelrc in your user directory