mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Resign certificates if (sub)domains changed #4
Reference in New Issue
Block a user
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 @lukas2511 on GitHub (Dec 7, 2015).
Currently if you add or remove a domain from a line in domains.txt the script doesn't recognize the change and you'll just keep the existing certificate with the old set of domains. This should be improved.
@jcn commented on GitHub (Dec 8, 2015):
Until this change is made, what is the recommended way of handling this manually?
@lukas2511 commented on GitHub (Dec 8, 2015):
For now probably the easiest way would be to just remove the symlink to the existing certificate and start the script
@lukas2511 commented on GitHub (Jan 8, 2016):
This is working now.