Friday, March 5, 2021

How to Generate File .CRT and .KEY using OpenSSL


How to generate file certification .crt and .key using OpenSSL?

Step 1 : Download & Extract / Install OpenSSL
http://gnuwin32.sourceforge.net/packages/openssl.htm

Step 2 : Generate file *.crt and *.key using OpenSSL

$ openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout localhost.key -out localhost.crt -config "C:\OpenSSL-Win64\share\openssl.cnf"

Step 3 : Done!


Reference :

Previous Post
Next Post

0 komentar: