SSL certificate instructions: Difference between revisions

From Bitpost wiki
(Replaced content with "https://certbot.eff.org/#ubuntutyakkety-apache I am using free certificates from [https://letsencrypt.org/getting-started/ Let's Encrypt]. NOTE Through 2016, I used St...")
No edit summary
Line 1: Line 1:
https://certbot.eff.org/#ubuntutyakkety-apache
I am using free certificates from [https://letsencrypt.org/getting-started/ Let's Encrypt]. 


I am using free certificates from [https://letsencrypt.org/getting-started/ Let's Encrypt]. NOTE Through 2016, I used [[StartCom]].
* Install [https://certbot.eff.org/#ubuntutyakkety-apache certbot] with:
 
 
 
certbot certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net
 
 
 
 
 
NOTE Through 2016, I used [[StartCom]].

Revision as of 01:46, 17 January 2017

I am using free certificates from Let's Encrypt.


certbot certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net



NOTE Through 2016, I used StartCom.