mirror of
				https://github.com/therootcompany/acme.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	v1.0.1: fix typo: cSR -> CSR
This commit is contained in:
		
							parent
							
								
									bc08fb0b97
								
							
						
					
					
						commit
						87a12c36b0
					
				| @ -850,7 +850,7 @@ ACME.create = function create(me) { | ||||
|   // me.debug = true;
 | ||||
|   me.challengePrefixes = ACME.challengePrefixes; | ||||
|   me.Keypairs = me.Keypairs || exports.Keypairs || require('keypairs').Keypairs; | ||||
|   me.CSR = me.CSR || exports.cSR || require('CSR').CSR; | ||||
|   me.CSR = me.CSR || exports.CSR || require('CSR').CSR; | ||||
|   me._nonces = []; | ||||
|   me._canUse = {}; | ||||
|   if (!me._baseUrl) { | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@bluecrypt/acme", | ||||
|   "version": "1.0.0", | ||||
|   "version": "1.0.1", | ||||
|   "description": "Free SSL certificates through Let's Encrypt, right in your browser", | ||||
|   "main": "bluecrypt-acme.js", | ||||
|   "homepage": "https://rootprojects.org/acme/", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user