Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#55298 - [easy-rsa] init-pki error
Attached to Project:
Arch Linux
Opened by Kirill Goncharov (xuhcc) - Saturday, 26 August 2017, 10:55 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 28 September 2017, 16:42 GMT
Opened by Kirill Goncharov (xuhcc) - Saturday, 26 August 2017, 10:55 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 28 September 2017, 16:42 GMT
|
DetailsDescription:
easy-rsa init-pki command results in the following error: $ cd /etc/easy-rsa $ easyrsa init-pki Easy-RSA error: The OpenSSL config file cannot be found. Expected location: /usr/bin/openssl-1.0.cnf Works only if EASYRSA variable is provided: $ EASYRSA=/etc/easy-rsa easyrsa init-pki Package version: * easy-rsa 3.0.3-1 |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Thursday, 28 September 2017, 16:42 GMT
Reason for closing: Fixed
Additional comments about closing: easy-rsa 3.0.3-2
Thursday, 28 September 2017, 16:42 GMT
Reason for closing: Fixed
Additional comments about closing: easy-rsa 3.0.3-2
https://github.com/OpenVPN/easy-rsa/commit/534f67345997603e3b1fbf6b673bbaa65937019e appears to be the cause of the issue.
Moving the easyrsa script to /etc/easy-rsa/easyrsa and creating a wrapper shell script to place in /usr/bin that calls the actual script in /etc/easy-rsa solves the issue.
Or document the need to use the EASYRSA var.