Skip to content

Instantly share code, notes, and snippets.

@aaronsmulktis
Created March 13, 2018 20:08
Show Gist options
  • Save aaronsmulktis/592ca80b62d869f5ee765ef1edcf4f82 to your computer and use it in GitHub Desktop.
Save aaronsmulktis/592ca80b62d869f5ee765ef1edcf4f82 to your computer and use it in GitHub Desktop.
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