2
1
Derivar 0

v1.5.3: merge fix for #11

Este cometimento está contido em:
AJ ONeal 2019-03-14 12:15:08 -06:00
ascendente f0f9feb519
cometimento 621e04ffe6
2 ficheiros modificados com 2 adições e 1 eliminações

Ver ficheiro

@ -148,6 +148,7 @@ ACME._registerAccount = function (me, options) {
, contact: contact
};
if (options.externalAccount) {
// TODO is this really done by HMAC or is it arbitrary?
body.externalAccountBinding = me.RSA.signJws(
options.externalAccount.secret
, undefined

Ver ficheiro

@ -1,6 +1,6 @@
{
"name": "acme-v2",
"version": "1.5.2",
"version": "1.5.3",
"description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js",
"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
"main": "node.js",