forked from root/acme.js
		
	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.debug = true;
 | 
				
			||||||
  me.challengePrefixes = ACME.challengePrefixes;
 | 
					  me.challengePrefixes = ACME.challengePrefixes;
 | 
				
			||||||
  me.Keypairs = me.Keypairs || exports.Keypairs || require('keypairs').Keypairs;
 | 
					  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._nonces = [];
 | 
				
			||||||
  me._canUse = {};
 | 
					  me._canUse = {};
 | 
				
			||||||
  if (!me._baseUrl) {
 | 
					  if (!me._baseUrl) {
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "@bluecrypt/acme",
 | 
					  "name": "@bluecrypt/acme",
 | 
				
			||||||
  "version": "1.0.0",
 | 
					  "version": "1.0.1",
 | 
				
			||||||
  "description": "Free SSL certificates through Let's Encrypt, right in your browser",
 | 
					  "description": "Free SSL certificates through Let's Encrypt, right in your browser",
 | 
				
			||||||
  "main": "bluecrypt-acme.js",
 | 
					  "main": "bluecrypt-acme.js",
 | 
				
			||||||
  "homepage": "https://rootprojects.org/acme/",
 | 
					  "homepage": "https://rootprojects.org/acme/",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user