Skip to content

Instantly share code, notes, and snippets.

@Demacr
Created October 7, 2020 06:59
Show Gist options
  • Save Demacr/0d737579541c4546cf848f113f46cbdb to your computer and use it in GitHub Desktop.
Save Demacr/0d737579541c4546cf848f113f46cbdb to your computer and use it in GitHub Desktop.
Certificate generate
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=somename'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment