Uacme: Difference between revisions
mNo edit summary |
|||
Line 3: | Line 3: | ||
Copy over the value for <code>key_auth</code> to _acme-challenge TXT record. For http-01 verification, create a folder .well-known/acme-challenge, and create a file with the name from the value for token, and put in the value of key_auth inside. | Copy over the value for <code>key_auth</code> to _acme-challenge TXT record. For http-01 verification, create a folder .well-known/acme-challenge, and create a file with the name from the value for token, and put in the value of key_auth inside. | ||
< | <syntaxhighlight lang="bash"> | ||
# uacme -v issue kumcabq.org *.kumcabq.org | # uacme -v issue kumcabq.org *.kumcabq.org | ||
</ | </syntaxhighlight> |
Revision as of 07:54, 31 August 2023
Renew a certificate
Copy over the value for key_auth
to _acme-challenge TXT record. For http-01 verification, create a folder .well-known/acme-challenge, and create a file with the name from the value for token, and put in the value of key_auth inside.
# uacme -v issue kumcabq.org *.kumcabq.org