Differences
This shows you the differences between two versions of the page.
— |
letsencrypt [2016/04/21 22:32] (current) imcsk8 created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Configure certificates using letsencrypt ====== | ||
+ | Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. Let’s Encrypt is a service provided by the Internet Security Research Group (ISRG). | ||
+ | <code> | ||
+ | # letsencrypt certonly --webroot -w /var/localhost/www -d example.com -w /var/localhost/www -d www.example.com | ||
+ | </code> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === References === | ||
+ | |||
+ | [[https://letsencrypt.org/]] |