CA.pl does not use CA_default dir in openssl.cnf correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openssl (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I changed the CA directory to a different path in openssl.cnf:
[ CA_default ]
dir = ./something_
CA.pl -newca will not work succeed.
jan@x61s:~$ /usr/lib/
CA certificate filename (or enter to create)
Making CA certificate ...
Generating a 2048 bit RSA private key
.......
.......
writing new private key to './demoCA/
The key gets written to ./demoCA instead of ./something_
[...]
Using configuration from /usr/lib/
Enter pass phrase for ./demoCA/
I am unable to access the ./something_
./something_
jan@x61s:~$
jan@x61s:~$ lsb_release -rd
Description: Ubuntu 14.04.1 LTS
Release: 14.04
jan@x61s:~$ apt-cache policy openssl
openssl:
Installiert: 1.0.1f-1ubuntu2.8
Installations
Versionstabelle:
*** 1.0.1f-1ubuntu2.8 0
500 http://
500 http://
100 /var/lib/
1.
500 http://
Status changed to 'Confirmed' because the bug affects multiple users.