cardano-launcher icon indicating copy to clipboard operation
cardano-launcher copied to clipboard

TLS provisioning feature

Open rhyslbw opened this issue 4 years ago • 0 comments

To facilitate a secure connection with the Cardano Wallet server, this library should:

  • Generate PKI
  • Pass the corresponding CA and server certificate to the wallet server
  • Pass the CA and client certificates to the client

Consider https://www.npmjs.com/package/pkijs + https://www.npmjs.com/package/node-webcrypto-ossl to replace prior functionality provided by https://github.com/input-output-hk/cardano-sl-x509.

Acceptance Criteria

  • [ ] Client certificate or key is never written to disk

rhyslbw avatar Mar 27 '20 14:03 rhyslbw