Uacme: Difference between revisions
mNo edit summary |
|||
Line 1: | Line 1: | ||
= Renew a certificate = | = Renew a certificate = | ||
Copy over the value for <code>key_auth</code> to _acme-challenge TXT record. | 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. | ||
<source lang="bash"> | <source lang="bash"> | ||
# uacme -v issue kumcabq.org *.kumcabq.org | # uacme -v issue kumcabq.org *.kumcabq.org | ||
</source> | </source> |
Revision as of 18:44, 5 June 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