cardano-launcher
cardano-launcher copied to clipboard
TLS provisioning feature
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