symbol-bootstrap icon indicating copy to clipboard operation
symbol-bootstrap copied to clipboard

Create SSL Certificates using Forge

Open fboucquez opened this issue 4 years ago • 1 comments

Atm, node SSL certificates are being created via docker images. Ideally, we should migrate them to a native forge implementation:

  1. Faster
  2. Remove docker dependency for the config command. Users just using the tool for config won't need docker, like Raspberry Pi users.

Something like this may do the trick. The certificate should use ed25519 algorithm.

This task will modify the CertificateService

Security update: if we remove the docker requirement, Bootstrap will one step closer to full offline config

fboucquez avatar Aug 17 '20 12:08 fboucquez

I've been having issues with forge, try https://github.com/joyent/node-sshpk

fboucquez avatar Nov 15 '20 11:11 fboucquez