Uacme: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
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.


<source lang="bash">
<syntaxhighlight lang="bash">
# uacme -v issue kumcabq.org *.kumcabq.org
# uacme -v issue kumcabq.org *.kumcabq.org
</source>
</syntaxhighlight>

Revision as of 08: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