Difference between revisions of "Certbot"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
<pre>
 
<pre>
ertbot certificates
+
certbot certificates
 
Saving debug log to /var/log/letsencrypt/letsencrypt.log
 
Saving debug log to /var/log/letsencrypt/letsencrypt.log
  
Line 16: Line 16:
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
</pre>
 
</pre>
 +
 +
 +
* Changing a Certificdate's Domain<ref>https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains</ref>: <code>certbot certonly --cert-name example.com -d example.org,www.example.org</code>
  
  

Revision as of 10:40, 26 December 2019

  • Binaries: cerbot and letscrypt
certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The requested nginx plugin does not appear to be installed
certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No certs found.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


  • Changing a Certificdate's Domain[1]: certbot certonly --cert-name example.com -d example.org,www.example.org


See also

  • https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains
  • Advertising: