mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #4] Multiple domains (SAN) with one certificate #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjh71 on GitHub (Jan 9, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/4
At the moment I don't see a commandline option for supporting this, but it would be great!
@ridercz commented on GitHub (Jan 9, 2018):
SAN certificates are not supported on purpose. They do not make sense in AutoACME.
AutoACME is relying heavily on Centralized Certificate Store feature in IIS. This technology basically requires that each and every host name used has its own
.pfxfile. Supporting multiple host names per certificate would bring exactly nothing: CCS would still require separate file for each host name. It would just make things more complicated, because AutoACME would need to manage multiple files per host. It's far easier to just issue each host its own certificate.@ridercz commented on GitHub (Feb 20, 2018):
In view of the recently entacted restriction of 20 certificates per domain I changed my position. It still does not make sense from IIS+CCS perspective, but it DOES make sense by allowing to get certificates for 2000 hosts instead of 20 hosts.
So I'll think about how I can implement this into AutoACME. Don't get your hopes too high, though. I maintain this project in my spare time, mainly to solve my personal requirements and this isn't one of them, so it does not have high priority. Of course, you are more than welcome to join the development efforts.
@avonwyss commented on GitHub (Nov 28, 2018):
The changes in #33 introduce basic SAN support as follows:
autoacme addhost "example.com www.example.com"