blob: 414298db5f5c87b45afe0b8e58887f15b86f94b9 (
plain)
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
|
# X.509 Certificate options
#
# DN options
# The organization of the subject.
organization = "Koko inc."
# The organizational unit of the subject.
unit = "sleeping dept."
# The locality of the subject.
# locality =
# The state of the certificate owner.
state = "Attiki"
# The country of the subject. Two letter code.
country = GR
# The common name of the certificate owner.
cn = "Cindy Lauper"
# A user id of the certificate owner.
uid = "clauper"
serial = 9
expiration_days = 2590
add_critical_extension = "1.10.11.12.13.14.15.16.17.1.5 CAFE"
add_critical_extension = "1.2.1.5.1 octet_string(BEAFCAFEFAFA)"
|