|
|
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 |