Hello,
>  I've created my self signed certificate mycert.pem using this :
> "openssl req  -x509 -nodes -days 365  -newkey rsa:1024 -keyout
> mycert.pem -out mycert.pem"
> but
> "openssl verify mycert.pem" gives me :
> Error opening certificate file cert.pem
> 4793:error:02001002:system library:fopen:No such file or
> directory:bss_file.c:349:fopen('cert.pem','r')
> 4793:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:351:
> unable to load certificate

Add -CApath option with file containing CA cert.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to