mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
- A configuration file seems to be the preferred approach for invoke easy-rsa since version 3. - Drop unused configuration keys KEY_CONFIG, KEY_DIR and EASYRSA_REQ_NAME. These are no longer referred to in the easy-rsa script. - Remove configuration key EASYRSA_OPENSSL as the value 'openssl' is already the default. - Use pathlib.Path to simplify some code. Tests: - Re-run setup and notice the ca.cert file has not changed. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>