mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	note production url
This commit is contained in:
		
							parent
							
								
									a0ab3f9c85
								
							
						
					
					
						commit
						fe039dc137
					
				| @ -163,6 +163,7 @@ See [node-letsencrypt options](https://github.com/Daplie/node-letsencrypt) | |||||||
| * `lexOptions.approveDomains(options, certs, cb)` is special for `letsencrypt-express`, but will probably be included in `node-letsencrypt` in the future (no API change). | * `lexOptions.approveDomains(options, certs, cb)` is special for `letsencrypt-express`, but will probably be included in `node-letsencrypt` in the future (no API change). | ||||||
| 
 | 
 | ||||||
| * `lexOptions.app` is just an elaborate ruse used for the Quickstart. It's sole purpose is to trim out 5 lines of code for setting http and https servers so that whiners won't whine. Real programmers don't use this. | * `lexOptions.app` is just an elaborate ruse used for the Quickstart. It's sole purpose is to trim out 5 lines of code for setting http and https servers so that whiners won't whine. Real programmers don't use this. | ||||||
|  | * `leOptions.server` set to https://acme-v01.api.letsencrypt.org/directory in production | ||||||
| * `leOptions.email` useful for simple sites where there is only one owner. Leave this `null` and use `approveDomains` otherwise. | * `leOptions.email` useful for simple sites where there is only one owner. Leave this `null` and use `approveDomains` otherwise. | ||||||
| * `leOptions.agreeTos` useful for simple sites where there is only one owner. Leave this `null` and use `approveDomains` otherwise. | * `leOptions.agreeTos` useful for simple sites where there is only one owner. Leave this `null` and use `approveDomains` otherwise. | ||||||
| * `leOptions.renewWithin` is shared so that the worker knows how earlier to request a new cert | * `leOptions.renewWithin` is shared so that the worker knows how earlier to request a new cert | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user