SSL certificate instructions: Difference between revisions
 (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://  | I am using free certificates from [https://letsencrypt.org/getting-started/ Let's Encrypt].    | ||
* 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.
- Install 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.