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

Support SAN Certs #6

Open
bbakermmc opened this issue Sep 4, 2019 · 4 comments
Open

Support SAN Certs #6

bbakermmc opened this issue Sep 4, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@bbakermmc
Copy link

Can we add CSV/Array of URL to the hostnames so we can generate 1 cert for multiple sites IE:
*.dev.site.com
*.stage.site.com

@n3wt0n
Copy link
Owner

n3wt0n commented Sep 5, 2019

Can we add CSV/Array of URL to the hostnames so we can generate 1 cert for multiple sites IE:
*.dev.site.com
*.stage.site.com

Not sure I got this.

Can you expand your ask?

@n3wt0n n3wt0n self-assigned this Sep 5, 2019
@bbakermmc
Copy link
Author

@n3wt0n There are limitations on the number API calls you can make to LetsEncrypt.
They recommend making SAN certs for groups of sub domains. In our case we have a bunch of subdomains on specific domains, so we can just create 1 cert that has the up to 100 domains and then apply that 1 cert to the multiple sites. Looks like you just pass the list of domains in the hostnames.

@bbakermmc
Copy link
Author

The SAN Cert Option should then also be able to apply the generated cert to a bunch of services/slots

@n3wt0n
Copy link
Owner

n3wt0n commented Sep 6, 2019

@n3wt0n There are limitations on the number API calls you can make to LetsEncrypt.
They recommend making SAN certs for groups of sub domains.

I wasn't aware of this. Let me check and let's see what to do.

@n3wt0n n3wt0n added the enhancement New feature or request label Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants