Created
March 13, 2018 20:08
-
-
Save aaronsmulktis/592ca80b62d869f5ee765ef1edcf4f82 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
Create origin certificate on CloudFlare | |
(save as .crt + .key) | |
Order custom hostname cert on CF | |
update mup file with this: | |
"ssl": { | |
"certificate": "/Users/smokey/Keys/wild-field-test.crt", | |
"key": "/Users/smokey/Keys/wild-field-test.key", | |
"port": 443 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment