Skip to content

Instantly share code, notes, and snippets.

@edwardtheharris
Last active October 27, 2018 22:13
Show Gist options
  • Save edwardtheharris/41080320cd0b3c08a59ec3ec5f1fa7e7 to your computer and use it in GitHub Desktop.
Save edwardtheharris/41080320cd0b3c08a59ec3ec5f1fa7e7 to your computer and use it in GitHub Desktop.
#!/bin/bash
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=California/L=Los Angeles/O=Gahan Corporation/[email protected]" -keyout duchess.key -out duchess.crt
@edwardtheharris
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment