Changes

From SME Server
Jump to navigationJump to search
506 bytes added ,  11:54, 10 June 2016
Line 361: Line 361:  
Optional keys - (not required)
 
Optional keys - (not required)
   −
config setprop letsencrypt email (defaults to empty)
+
config setprop letsencrypt email (defaults to empty)
config setprop letsencrypt keysize (defaults to 4096)
+
config setprop letsencrypt keysize (defaults to 4096)
    
You can enable just a domain or just a host on a domain
 
You can enable just a domain or just a host on a domain
   −
Per domain db domains setprop mydomain.com letsencryptSSLcert enabled
+
Per domain  
   −
Per host db hosts setprop www.mydomain.com letsencryptSSLcert enabled
+
db domains setprop mydomain.com letsencryptSSLcert enabled
 +
 
 +
Per host  
 +
 
 +
db hosts setprop www.mydomain.com letsencryptSSLcert enabled
    
If you want a hook script to push changes remotely (not required)
 
If you want a hook script to push changes remotely (not required)
   −
db configuration setprop letsencrypt hookScript enabled
+
db configuration setprop letsencrypt hookScript enabled
db configuration setprop letsencrypt user someuser
+
db configuration setprop letsencrypt user someuser
db configuration setprop letsencrypt host 1.2.3.4 db configuration setprop letsencrypt path //some/remote/local/path
+
db configuration setprop letsencrypt host 1.2.3.4 db configuration setprop letsencrypt path //some/remote/local/path
 +
 
 +
You can now use a db entry to set all domains or hosts regardless of status
 +
 
 +
config setprop letsencrypt letsencryptConfig none| all | domains | hosts
 +
 
 +
default is none
 +
 
 +
If you set to domains it will enable ALL domains regardless of individual settings. Hosts will be per host as normal.
 +
If you set to hosts it will enable ALL hosts regardless of individual settings. Domains will be per domain as normal
 +
If you set to all it will enable ALL hosts AND domains regardless of individual settings.
    
==Source from info==
 
==Source from info==

Navigation menu