-
-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: New SSL provider CloudFlare Origin CA #868
Comments
This is great! You are on a roll @tangrufus , this would be so useful for people like me who hopped on CloudFlare and realized they needed to add SSL for one more domain. I had to wait to propagate back to the original DNS, run commands, make sure everything is okay, then back over to CloudFlare. This might be a stupid question, but what happens if you move off CloudFlare, does your cert expire? EDIT: You should probably not make issues/feature requests if you will be creating PRs though, don't want to add clutter. 👍 |
Expires in 15 years. |
I see, looking over it again at the end it says.
|
Generate a cert by cli for
example.com, *.example.com, *.another.com
when this example config is given:It should:
root@server# apt-get install cfca
example.com, *.example.com, *.another.com
root@server# CF_API_KEY=XXXXX cfca getcert -hostnames example.com,*.example.com,*.another.com -key-out /etc/nginx/ssl/cloudflare.key -certificate-out /etc/nginx/ssl/cloudflare.pem -overwrite
/etc/nginx/nginx.conf
templateSee:
The text was updated successfully, but these errors were encountered: