open-balena icon indicating copy to clipboard operation
open-balena copied to clipboard

Quickstart script prompting for PEM password when using OpenSSL 3

Open florianluediger opened this issue 1 year ago • 0 comments

Due to an issue in the easy-rsa tool, the nopass option specified in gen-root-ca#L30 does not work anymore and OpenSSL asks for a PEM password.

Link to the original issue

Example:

~/open-balena/scripts/quickstart -c -U [email protected] -P password -d domain
[INFO] ACME Certificate request is ENABLED.
==> Creating new configuration at: /home/balena/open-balena/config
==> Bootstrapping easy-rsa...
  - Downloading easy-rsa...
==> Generating root CA cert...
/home/balena/open-balena/config/certs/root/ca.crt
/tmp/easyrsa.O0o87l0S/easyrsa
Enter PEM pass phrase:

florianluediger avatar May 21 '23 11:05 florianluediger