Usage Of Openssl
06 March 2017
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.