Loading ...

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.

 

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5