User Tools

Site Tools


freebsd:seafile_with_apache_https

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
freebsd:seafile_with_apache_https [2019/02/22 11:26]
tschulz [Obtaining LetsEncyrpt Certificates]
freebsd:seafile_with_apache_https [2019/02/22 11:31]
tschulz [Obtaining LetsEncyrpt Certificates]
Line 35: Line 35:
 ===== Obtaining LetsEncyrpt Certificates ​ ===== ===== Obtaining LetsEncyrpt Certificates ​ =====
   * Install Certbot<​file bash>pkg install py27-certbot   * Install Certbot<​file bash>pkg install py27-certbot
-  * At the time of writing this article the certbot apache module was not working so, we will be using certonly mode.<​file>​certbot certonly --standalone -d <​FQDN>​ --agree-tos -m <​EMAIL>​ 
 </​file>​ </​file>​
 +  * At the time of writing this article the certbot apache module was not working so, we will be using certonly mode.  Be sure to change "​**<​FQDN>​**"​ and "​**<​EMAIL>​**"<​file>​certbot certonly --standalone -d <​FQDN>​ --agree-tos -m <​EMAIL>​
 </​file>​ </​file>​
 +  * This will install your certificates to **/​usr/​local/​etc/​letsencrypt/​live/<​FQDN>/​**
 +  * Be Sure the directory has **fullchain.pem** and **privkey.pem**.
  
  
freebsd/seafile_with_apache_https.txt · Last modified: 2019/02/22 11:55 by tschulz