mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									505d4b02ce
								
							
						
					
					
						commit
						412b0a6bf7
					
				| @ -111,9 +111,9 @@ var lex = require('letsencrypt-express').create({ | |||||||
| 
 | 
 | ||||||
| // If you wish to replace the default plugins, you may do so here | // If you wish to replace the default plugins, you may do so here | ||||||
| // | // | ||||||
| //, challenges: { 'http-01:' require('le-challenge-fs').create({}) } | , challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) } | ||||||
| //, store: require('le-store-certbot').create({}) | , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) | ||||||
| //, sni: require('le-sni-auto').create({}) | , sni: require('le-sni-auto').create({}) | ||||||
| 
 | 
 | ||||||
| , approveDomains: approveDomains | , approveDomains: approveDomains | ||||||
| }); | }); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user