Skip to content

Instantly share code, notes, and snippets.

@matt3o
Created September 2, 2016 08:18
openssl req -x509 -sha256 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1000 -nodes -subj "/C=DE/ST=None/L=None/O=None/OU=Org/CN=127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment