4,461
edits
→Generating a certificate for wildcard subdomains: Complete guide to configure SSL on Nginx with Let’s Encrypt |
→Installation: list the certificates |
||
Line 32: | Line 32: | ||
<code>certbot-auto</code> creates a folder in <span class="path">/etc/letsencrypt/</span> as a default. | <code>certbot-auto</code> creates a folder in <span class="path">/etc/letsencrypt/</span> as a default. | ||
== List the certificates == | |||
<source lang="console"> | |||
$ certbot-auto certificates | |||
</source> | |||
= Adding more domains = | = Adding more domains = |