mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	fix #79 put colon in example in the right place
This commit is contained in:
		
							parent
							
								
									685ef09951
								
							
						
					
					
						commit
						287d0b6606
					
				| @ -118,7 +118,7 @@ var lex = require('letsencrypt-express').create({ | ||||
| 
 | ||||
| // If you wish to replace the default plugins, you may do so here | ||||
| // | ||||
| , challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) } | ||||
| , challenges: { 'http-01': require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) } | ||||
| , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) | ||||
| 
 | ||||
| // You probably wouldn't need to replace the default sni handler | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user