| 
									
										
										
										
											2016-08-16 13:05:41 -04:00
										 |  |  | 'use strict'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-25 15:02:16 -07:00
										 |  |  | //require('greenlock-express')
 | 
					
						
							| 
									
										
										
										
											2016-08-16 13:05:41 -04:00
										 |  |  | require('../').create({ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   server: 'staging' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-16 11:26:54 -06:00
										 |  |  | , email: 'john.doe@example.com' | 
					
						
							| 
									
										
										
										
											2016-08-16 13:05:41 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | , agreeTos: true | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-16 11:26:54 -06:00
										 |  |  | , approvedDomains: [ 'example.com', 'www.example.com' ] | 
					
						
							| 
									
										
										
										
											2016-08-16 13:05:41 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | , app: require('express')().use('/', function (req, res) { | 
					
						
							|  |  |  |     res.end('Hello, World!'); | 
					
						
							|  |  |  |   }) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | , renewWithin: (91 * 24 * 60 * 60 * 1000) | 
					
						
							|  |  |  | , renewBy: (90 * 24 * 60 * 60 * 1000) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | , debug: true | 
					
						
							|  |  |  | }).listen(80, 443); |