mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	fix #76 add migration notes
This commit is contained in:
		
							parent
							
								
									22db053e6c
								
							
						
					
					
						commit
						685ef09951
					
				| @ -91,7 +91,14 @@ Migrating from v1.x | |||||||
| =================== | =================== | ||||||
| 
 | 
 | ||||||
| Whereas v1.x had a few hundred lines of code, v2.x is a single small file of about 50 lines. | Whereas v1.x had a few hundred lines of code, v2.x is a single small file of about 50 lines. | ||||||
| Now All of the behavior has moved to the various plugins, which each have their own options, respectively. | 
 | ||||||
|  | A few important things to note: | ||||||
|  | 
 | ||||||
|  | * Delete your v1.x `~/letsencrypt` directory | ||||||
|  |   * (otherwise you get `{ type: 'urn:acme:error:malformed', detail: 'Parse error reading JWS', status: 400 }`) | ||||||
|  | * `approveRegistration` has been replaced by `approveDomains` | ||||||
|  | * All of the behavior has moved to the various plugins, which each have their own options | ||||||
|  | * Use https and http directly, don't rely on the silly `.listen()` helper. It's just there for looks. | ||||||
| 
 | 
 | ||||||
| Usage | Usage | ||||||
| ===== | ===== | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user