1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| Making CA certificate ...
Generating a 1024 bit RSA private key
...........++++++
.............++++++
writing new private key to './demoCA/private/./cakey.pem'
Enter PEM pass phrase:
Verifying - Enter PEM pass phrase:
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:tn
State or Province Name (full name) [Berkshire]:tunisie
Locality Name (eg, city) [Newbury]:sousse
Organization Name (eg, company) [My Company Ltd]:isitcom
Organizational Unit Name (eg, section) []:reseau
Common Name (eg, your name or your server's hostname) []:ldap.universite.com
Email Address []:.
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:youssef
An optional company name []:com
Using configuration from /etc/pki/tls/openssl.cnf
Enter pass phrase for ./demoCA/private/./cakey.pem:
I am unable to access the ../../CA/newcerts directory
../../CA/newcerts: No such file or directory |
Partager