Difference between revisions of "How to Create and Update a LetsEncrypt SSL Certificate with CertBot"
From steamWiki
(→How to an Update Existing Certificate) |
|||
| Line 1: | Line 1: | ||
=How to an Update Existing Certificate= | =How to an Update Existing Certificate= | ||
| − | #Run the following command (in my case a manual install of certbot-auto was required). Ensure the -d list includes all domains you want in the updated certificate< | + | #Run the following command (in my case a manual install of certbot-auto was required). Ensure the -d list includes all domains you want in the updated certificate <pre>sudo ./certbot-auto certonly --cert-name steamforge.net -w /var/www/html -d steamforge.net,irc.steamforge.net,teamspeak.steamforge.net,wiki.steamforge.net,mqtt.steamforge.net --expand</pre> |
| − | #Choose an authentication option. I prefer 3 (Place files in webroot directory) | + | #Choose an authentication option. I prefer '''3''' (Place files in webroot directory) |
| − | #enter | + | #enter '''U''' to indicate you want to update your certificates. |
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 11:02, 9 July 2019
How to an Update Existing Certificate
- Run the following command (in my case a manual install of certbot-auto was required). Ensure the -d list includes all domains you want in the updated certificate
sudo ./certbot-auto certonly --cert-name steamforge.net -w /var/www/html -d steamforge.net,irc.steamforge.net,teamspeak.steamforge.net,wiki.steamforge.net,mqtt.steamforge.net --expand
- Choose an authentication option. I prefer 3 (Place files in webroot directory)
- enter U to indicate you want to update your certificates.