This is a discussion on Error making certificate within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hello. I'm configuring ssl for apache 2.0.53 with openssl 0.9.7d. I follow this steps: # /usr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello.
I'm configuring ssl for apache 2.0.53 with openssl 0.9.7d. I follow this steps: # /usr/local/ssl/misc/CA.sh -newca # openssl genrsa -des3 -out server.key 1024 # openssl req -new -key server.key -out server.csr # /usr/local/ssl/misc/CA.sh -signreq At this point i get this error: Using configuration from /usr/local/ssl/openssl.cnf Error opening CA private key ./demoCA/private/cakey.pem 282728:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group=CA_default name=unique_subject 282728:error:02001002:system library:fopen:No such file or directory:bss_file.c:276:fopen('./demoCA/private/cakey.pem','r') 282728:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:278: unable to load CA private key cat: 0652-050 i cannot open newcert.pem. Signed certificate is in newcert.pem Any idea ? Thanks. |