Req/X509 under Win32

1999-04-12 Thread Wu Zhigang
Hi, Anyone has the success experience to run Cert management programs under win32 platform. I have tried, but failed, when I run openssl req -new -config /openssl/lib/openssl.cnf -out mycsr.pem I got a error message "unable to find 'distinguished_name' in config problem make Certificate

Re: Req/X509 under Win32

1999-04-12 Thread Wu Zhigang
Hi, I have solve the problem by myself. Under Win32, you should use '\' instead of '/'. and you should change the first few line of openssl.cnf because of Win32 does not has ENV:: defination. cheer. --- Wu Zhigang [EMAIL PROTECTED] wrote: Hi, Anyone has the success experience to