How to properly add additional ACME cert hostnames? #652
Unanswered
DSpeichert
asked this question in
Q&A
Replies: 1 comment 6 replies
-
This depends on the limits imposed by your ACME provider. You can configure Stalwart to request certificates using a single account or multiple accounts. If you are reaching Let's Encrypt limit perhaps you should try obtaining a wildcard certificate for your domain rather than multiple certificates. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to properly add additional ACME cert hostnames?
Here's what I tried and what happened:
Here's a workaround:
Here's what seems to be happening:
Here's why I think this may not be a good solution:
Adding multiple "directories" probably creates multiple "accounts" with Let's Encrypt and there's a limit of 5 registrations per IP per 24h, which can be easily exceeded this way.
Here's what I think should happen:
Upon adding new hostnames, server should request new hostnames separately (so as not to "renew" all certificates because there's a SAN limit as well).
Beta Was this translation helpful? Give feedback.
All reactions