Understanding domain.com.conf Le_Webroot value set #4439
Unanswered
centminmod
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No. It should be only Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Been using acme.sh tool for ages now and still learning :)
Originally my acme.sh wrapper used web root authentication for SSL issuances but now started switching to Cloudflare DNS API TXT record based authentication. I'm inspecting the
/root/.acme.sh/domain.com/domain.com.conf
config file'sLe_Webroot
value that gets set.If I issue on a fresh domain with web root authentication the value is the public web root as expected:
If I issue on a fresh domain with Cloudflare DNS API TXT validation, the value is
dns_cf
as expectedBut I issued original on web root authentication, then deleted directory
/root/.acme.sh/domain.com
and use Cloudflare DNS API TXT validation, the value in/root/.acme.sh/domain.com/domain.com.conf
ends up as:Le_Webroot='dns_cf'
as I already deleted the directory/root/.acme.sh/domain.com
?Beta Was this translation helpful? Give feedback.
All reactions