This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
This is how to create a self signed certificate with one command: openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -batch 365 days to expire. 4096 is the key lenght. If you want to fill organization, country, common name and such, remove the -batch option. Regards

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.