-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Implementation of ACME Renewal Info (ARI) - RFC9773 #6433
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
base: ari
Are you sure you want to change the base?
Conversation
Although the main use-case may be the --install command, this command also proves to be useful for the --signcsr and --issue commands.
When acme.sh is run as a non-root user different from the owner of the webroot directory it is unable to change the owner of the files in .well-known to that user, causing permissions errors. Avoid this by making the files world-readable. These files should pose no disclosure risk since they are sent in cleartext during the HTTP Identifier Validation Challenge[1] and may already be exposed by directory enumeration, depending on server settings. AFAIK they should be safe to expose as world-readable in all cases. 1. https://ietf-wg-acme.github.io/acme/#rfc.section.7.2 Fixes acmesh-official#32 Signed-off-by: Kevin Locke <[email protected]>
docs (dns_tencent) : update documentation links
DNS API: fix structural info for new providers
Set DNS Record TTL to 60 instead of 300 sec
…to-zyxel-gs1900-switches Add deploy/zyxel_gs1900.sh
Add deploy script for Kemp Loadmaster
Cloudns provider: Fix missing api password encoding
add support for AIX style netstat
…-acme_directory-timeout Configure 10 second timeout to ACME_DIRECTORY API call
Welcome |
No DNS API Changes. |
Implementation of ACME Renewal Info.
Sources: