Skip to content
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

Generating/renewing certificate for a single domain #114

Closed
mrvautin opened this issue Jun 4, 2017 · 1 comment
Closed

Generating/renewing certificate for a single domain #114

mrvautin opened this issue Jun 4, 2017 · 1 comment

Comments

@mrvautin
Copy link

mrvautin commented Jun 4, 2017

I have a SaaS product which will run many domains, including subdomains. I'm wondering if I've missed something or is there no way to only generate/renew one single domain?

Eg:
dokku letsencrypt myapp test.domain.com
dokku letsencrypt myapp test1.domain.com

I'm trying to ensure rate limiting doesn't come into play by attempting to generate/renew ALL domains on my dokku app. I will be adding domains to dokku and generating the certificate programatically when a new customer signs up to my SaaS product. I'd hate to generate/renew all domains each time a new customer signs up.

Edit: On reading further, am I asking the same question as issue #48?

@joshmanders
Copy link
Contributor

Lets Encrypt does not have support for wildcard certificates right now. You'll have to buy a certificate and use the dokku certs command to add it to your app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants