mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	note changing challengeType in approveDomains
This commit is contained in:
		
							parent
							
								
									d69918b386
								
							
						
					
					
						commit
						7aae27a0f5
					
				| @ -147,6 +147,10 @@ function approveDomains(opts, certs, cb) { | |||||||
|     opts.agreeTos = true; |     opts.agreeTos = true; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   // NOTE: you can also change other options such as `challengeType` and `challenge` | ||||||
|  |   // opts.challengeType = 'http-01'; | ||||||
|  |   // opts.challenge = require('le-challenge-fs').create({}); | ||||||
|  | 
 | ||||||
|   cb(null, { options: opts, certs: certs }); |   cb(null, { options: opts, certs: certs }); | ||||||
| } | } | ||||||
| ``` | ``` | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user