eabalea / pkidugoret

OpenSSL scripts to run a small PKI
Apache License 2.0
0 stars 3 forks source link

Directory tree is not created during CA generation #1

Open saoullabit opened 10 years ago

saoullabit commented 10 years ago

Tree is not created durong CA creation :

Generating CA private key database/SHAAAA/private/cakey.pem: No such file or directory 139729863096136:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('database/SHAAAA/private/cakey.pem','w') 139729863096136:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400: etc ....

eabalea commented 10 years ago

Apparently, you used a different name to identify your CA (as used in "-c" arguments everywhere) and in your .cnf file (or its name).

If you want your CA to be identified as "SHAAAA", then you must:

Avoid using special characters in your identifiers.