nick-bull

Results 3 issues of nick-bull

Getting the following errors: ``` {"level":50,"time":1595942893309,"pid":16805,"hostname":"ip-xxx-xx-xxx-xx","name":"redbird","code":"ERR_INVALID_ARG_TYPE","msg":"Error registering LetsEncrypt certificates","stack":"TypeError [ERR_INVALID_ARG_TYPE]: The \"data\" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined\n at writeFile...

A while since the last commit, 120 issues, 24 pull requests going back to 2015... Eek, is there anybody maintaining this project, or is it just that stable? Are you...

When I run the following: ```js const jose = require('node-jose'); async function initialize() { const keystore = jose.JWK.createKeyStore(); const props = { use: 'sig', alg: 'RS256', }; const publicKey =...