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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
| # ./ca.sh
rm: cannot remove directory: ‘.’
/root/ca
[LUCIEN]create CA key and cert
Generating a 1024 bit RSA private key
.....................++++++
..........++++++
writing new private key to '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) [XX]:
State or Province Name (full name) []:redhat
Locality Name (eg, city) [Default City]:
Organization Name (eg, company) [Default Company Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) []:redhat
Email Address []:
[LUCIEN]create CA crl
Using configuration from /etc/pki/tls/openssl.cnf
Enter pass phrase for cakey.pem:
====================================
[LUCIEN]create server KEY
Generating RSA private key, 1024 bit long modulus
........................................++++++
.................++++++
e is 65537 (0x10001)
Enter pass phrase for serverKey.pem:
Verifying - Enter pass phrase for serverKey.pem:
[LUCIEN]create server req KEY
Enter pass phrase for serverKey.pem:
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) [XX]:
State or Province Name (full name) []:redhat
Locality Name (eg, city) [Default City]:
Organization Name (eg, company) [Default Company Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) []:server
Email Address []:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
[LUCIEN]create server CERT
Using configuration from /etc/pki/tls/openssl.cnf
Enter pass phrase for cakey.pem:
Check that the request matches the signature
Signature ok
Certificate Details:
Serial Number: 1 (0x1)
Validity
Not Before: Jan 16 07:21:27 2014 GMT
Not After : Jan 16 07:21:27 2015 GMT
Subject:
countryName = XX
stateOrProvinceName = redhat
organizationName = Default Company Ltd
commonName = server
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
OpenSSL Generated Certificate
X509v3 Subject Key Identifier:
51:62:44:48:6A:A9:D3:4D:A4:C5:F7:AD:7E:27:5F:84:75:50:11:EF
X509v3 Authority Key Identifier:
keyid:68:51:8C:45:43:31:4B:A0:0D:FD:F1:85:81:72:B6:01:9A:9A:8B:0C
Certificate is to be certified until Jan 16 07:21:27 2015 GMT (365 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
====================================
[LUCIEN]create client KEY
Generating RSA private key, 1024 bit long modulus
.........................++++++
.++++++
e is 65537 (0x10001)
Enter pass phrase for clientKey.pem:
Verifying - Enter pass phrase for clientKey.pem:
[LUCIEN]create client req KEY
Enter pass phrase for clientKey.pem:
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) [XX]:
State or Province Name (full name) []:redhat
Locality Name (eg, city) [Default City]:
Organization Name (eg, company) [Default Company Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) []:client
Email Address []:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
[LUCIEN]create client CERT
Using configuration from /etc/pki/tls/openssl.cnf
Enter pass phrase for cakey.pem:
Check that the request matches the signature
Signature ok
Certificate Details:
Serial Number: 2 (0x2)
Validity
Not Before: Jan 16 07:21:50 2014 GMT
Not After : Jan 16 07:21:50 2015 GMT
Subject:
countryName = XX
stateOrProvinceName = redhat
organizationName = Default Company Ltd
commonName = client
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
OpenSSL Generated Certificate
X509v3 Subject Key Identifier:
A8:5B:0C:A8:5D:E1:A7:38:A1:CC:69:66:01:F6:F9:27:AC:56:67:D9
X509v3 Authority Key Identifier:
keyid:68:51:8C:45:43:31:4B:A0:0D:FD:F1:85:81:72:B6:01:9A:9A:8B:0C
Certificate is to be certified until Jan 16 07:21:50 2015 GMT (365 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
====================================
[LUCIEN]import server cert
Enter pass phrase for serverKey.pem:
Enter Export Password:
Verifying - Enter Export Password:
[LUCIEN]import client cert
Enter pass phrase for clientKey.pem:
Enter Export Password:
Verifying - Enter Export Password:
Enter password for PKCS12 file:
pk12util: PKCS12 IMPORT SUCCESSFUL
Enter password for PKCS12 file:
pk12util: using nickname: server - Default Company Ltd
pk12util: PKCS12 IMPORT SUCCESSFUL
Certificate Nickname Trust Attributes
SSL,S/MIME,JAR/XPI
serverKey.crt u,u,u
clientKey.crt u,u,u
server - Default Company Ltd u,u,u
|