Last active
October 27, 2018 22:13
-
-
Save edwardtheharris/41080320cd0b3c08a59ec3ec5f1fa7e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Helpful guide