Skip to content

Conversation

sim0n-v
Copy link

@sim0n-v sim0n-v commented Jul 5, 2025

fraenki and others added 30 commits November 7, 2022 23:43
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]>
Neilpang and others added 27 commits May 24, 2025 14:00
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
Cloudns provider: Fix missing api password encoding
…-acme_directory-timeout

Configure 10 second timeout to ACME_DIRECTORY API call
Copy link

github-actions bot commented Jul 5, 2025

Welcome
First thing: don't send PR to the master branch, please send to the dev branch instead.
Please make sure you've read our DNS API Dev Guide and DNS-API-Test.
Then reply on this message, otherwise, your code will not be reviewed or merged.
Please also make sure to add/update the usage here: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
We look forward to reviewing your Pull request shortly ✨
注意: 必须通过了 DNS-API-Test 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.

@sim0n-v
Copy link
Author

sim0n-v commented Jul 5, 2025

No DNS API Changes.
Only targets ARI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.