Hi , I am trying to do a SSL certificate to use TLS/SSL encryption with Qpopper. I read the doc and I created a certificate request succesfully but it seems that when I try to sign it, it crash with a serious error, here's the output:
 
[bob@domain ]# openssl ca -in req.pem -out signed_req.pem
Using configuration from /usr/share/ssl/openssl.cnf
./demoCA/private/cakey.pem: No such file or directory
trying to load CA private key
14403:error:02001002:system library:fopen:No such file or directory:bss_file.c:245:fopen('./demoCA/private/cakey.pem','r')
14403:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:247:
I am running OpenSSL 0.9.6b-8 on RH7.2.
 
Thanks for your help!
 
Charles

Reply via email to