|
|
When generating root ca.crt, ca.key files, "./pkitool --initca" (same as ./build-ca) runs OK without under root privilege, But has coredump if run with "su - root" access, --------------- (using root access) bash-1.03# ./pkitool --initca Using CA Common Name: CityName StateName Illegal Instruction - core dumped --------------- --------------- (without using root) bash-1.03# ./pkitool --initca Using CA Common Name: CityName StateName Generating a 1024 bit RSA private key .............++++++ .++++++ Writing new private key to 'ca.key' --------------- Anybody knows why? It may be file permission related? Appreciate help. Thanks... James ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-09/msg00080.html on line 196 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-09/msg00080.html on line 196 |