Node 10 introduced support for [`crypto.generateKeyPair`](https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_generatekeypair_type_options_callback) and the standard example includes a `cypher` and `passphrase` field. However, according to other comments, [certificates with a passphrase are currently not supported](https://github.com/cisco/node-jose/issues/69#issuecomment-236133179). This is therefore a feature request to support the `passphrase` option in `node-jose`. Cheers Dave