mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
Please provide more information about autocert and type of SSL certs created #32
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 @FoxxMD on GitHub (Jan 31, 2025).
The readme, certs wiki page, and dns providers wiki page do not specify some basic information about what autocert entails. Please clarify these points:
@yusing commented on GitHub (Jan 31, 2025):
Sorry for the confusion, let me clarify it:
autocert uses https://github.com/go-acme/lego, just like Traefik and similar go written reverse proxies. It grabs a cert using ACME and Let's Encrypt by DNS-01 challenge.
SSL certs obtained are for external use
Yes, as stated in point 1
ALl domains in one cert. (Stated here https://github.com/yusing/go-proxy/wiki/Certificates-and-domain-matching#certificates)
@FoxxMD commented on GitHub (Jan 31, 2025):
Thank you for the clarification! Might be worth adding that to the wiki ;)
@yusing commented on GitHub (Jan 31, 2025):
Thanks for pointing it out, I've added it to Wiki.
@FoxxMD commented on GitHub (Jan 31, 2025):
Sorry I may have closed the issue too fast. Can you provide any details on this?
@yusing commented on GitHub (Jan 31, 2025):
autocert automatically renew certs 1 month before expiration, 1 hour cooldown for every failed requests.
It only renew when these conditions are met:
autocert.domainsdoes not match current certsSo
No, it renews only when it have to.
No, you don't have to.
@FoxxMD commented on GitHub (Jan 31, 2025):
Thank you!