Changes

Jump to navigation Jump to search
4 bytes added ,  17:38, 15 December 2015
m
→‎Generate the certificate on the SME Server: Split the letsencrypt command line into two lines for readability
Line 124: Line 124:     
Follow the instructions above to create the certificate, but replace the letsencrypt command line with:
 
Follow the instructions above to create the certificate, but replace the letsencrypt command line with:
  ./letsencrypt-auto certonly --webroot --webroot-path /home/e-smith/files/primary/html --email admin@yourdomain.tld -d privateserver.yourdomain.tld
+
  ./letsencrypt-auto certonly --webroot --webroot-path /home/e-smith/files/primary/html \
 +
  --email admin@yourdomain.tld -d privateserver.yourdomain.tld
    
The Letsencrypt client will run and place the certificate files in /etc/letsencrypt/live/privateserver.yourdomain.tld/ on your SME Server.  You can then copy them to your internal server and install them using whatever mechanism that server provides.  This will not alter the configuration of your SME Server.
 
The Letsencrypt client will run and place the certificate files in /etc/letsencrypt/live/privateserver.yourdomain.tld/ on your SME Server.  You can then copy them to your internal server and install them using whatever mechanism that server provides.  This will not alter the configuration of your SME Server.
147

edits

Navigation menu