Usage Of Openssl

Usage of openssl

Hello everybody,

today I want to note just short usage of openssl command:

openssl req -nodes -days 10 -newkey rsa:2048 -keyout keyfile.pem -out certfile.pem

this command will generate two files: keyfile.pem and certfile.pem.

No Comments

Add a Comment
Comments are closed