exports.cert_key = function(pubkey, email, duration_s, cb) { var pubKey = jwcrypto.loadPublicKey(pubkey); var expiration = new Date(); var iat = new Date(); ...
確定! 回上一頁