RSS Amplifier

dhilst · Apr 5, 2018

Self signed certficate one liner.

0
Sign in to vote or save

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

Read on dhilst.github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.