*** This bug is a duplicate of bug 392013 ***
https://bugs.launchpad.net/bugs/392013
Main issue here is that easy-rsa isn't properly supported, but just
shipped as a documentation example. I filed bug 392013 to track proper
packaging of easy-rsa and fixing this bug would be part of it, so I'm
No change here, except that the error message appears twice.
# ./revoke-full nick2
Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
error on line 282 of config file '/etc/openvpn/easy-rsa/openssl.cnf'
21626:error:0E065068:configuration file routines:STR_COPY:variable has no
value:conf_d
This should be fixed in Intrepid as PKCS#11 support is enabled there.
Could one of you please confirm ?
--
revoke-full fails
https://bugs.launchpad.net/bugs/231199
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
--
Ubu
Confirming this bug.
--
revoke-full fails
https://bugs.launchpad.net/bugs/231199
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or
We are not using PKCS#11, and the "pkcs11 = pkcs11_section" line in
openssl.cnf is properly commented out. The problem is that openssl
doesn't just ignore the [ pkcs11_section ]: it still parses its
configuration lines and MODULE_PATH = $ENV::PKCS11_MODULE_PATH results
in an undefined variable :
-