170 bytes added ,  5 June 2023
m
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>