2
0
镜像自地址 https://github.com/therootcompany/greenlock.js.git 已同步 2025-07-01 21:56:31 +00:00

remove deprecated

这个提交包含在:
AJ ONeal 2015-12-20 01:58:07 +00:00
父节点 b173d89a89
当前提交 fd18ecd777

查看文件

@ -103,7 +103,7 @@ function getAccount(accountId, args, handlers) {
return createAccount(args, handlers);
}
return leCrypto.parseAccountPrivateKeyAsync(files.private_key).then(function (keypair) {
return leCrypto.privateJwkToPemsAsync(files.private_key).then(function (keypair) {
files.accountId = accountId; // preserve current account id
files.publicKeySha256 = keypair.publicKeySha256;
files.publicKeyMd5 = keypair.publicKeyMd5;