rename privateKey -> keypair
This commit is contained in:
parent
e52f043cfe
commit
8e6d31436c
|
@ -14,7 +14,7 @@ module.exports.create = function (deps) {
|
||||||
var generateSignature=deps.RSA.signJws;
|
var generateSignature=deps.RSA.signJws;
|
||||||
|
|
||||||
function Acme(keypair) {
|
function Acme(keypair) {
|
||||||
this.keypair;
|
this.keypair = keypair;
|
||||||
this.nonces=[];
|
this.nonces=[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue