summaryrefslogtreecommitdiff
path: root/doc/certtool.cfg
blob: a688e192439a285df09dcfff925f2103b304ba25 (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
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
# 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"

# This is deprecated and should not be used in new
# certificates.
# pkcs9_email = "none@none.org"

# The serial number of the certificate
serial = 007

# In how many days, counting from today, this certificate will expire.
expiration_days = 700


# X.509 v3 extensions

# A dnsname in case of a WWW server.
#dns_name = "www.none.org"

# An email in case of a person
email = "none@none.org"

# An URL that has CRLs (certificate revocation lists)
# available. Needed in CA certificates.
#crl_dist_points = "http://www.getcrl.crl/getcrl/"

# Whether this is a CA certificate or not
ca = 0

# Whether this certificate will be used for a TLS client
#tls_www_client = 0

# Whether this certificate will be used for a TLS server
#tls_www_server = 0

# Whether this certificate will be used to sign data (needed
# in TLS DHE ciphersuites).
signing_key = 0

# Whether this certificate will be used to encrypt data (needed
# in TLS RSA ciphersuites). Note that it is prefered to use different
# keys for encryption and signing.
#encryption_key = 0

# Whether this key will be used to sign other certificates.
#cert_signing_key = 0

# Whether this key will be used to sign CRLs.
#crl_signing_key = 0

# Whether this key will be used to sign code.
#code_signing_key = 0

# Whether this key will be used to sign OCSP data.
#ocsp_signing_key = 0

# Whether this key will be used for time stamping.
#time_stamping_key = 0


# Things for PKCS #10 certificate Requests

# A challenge password for the request.
#challenge_password = "My challenge password"

# Other things.

# A password to be used while encrypting/decrypting.
#password = "my pass"

# The next update (in days from now) for a CRL
#crl_next_update = 30

# A name for a PKCS #12 key
#pkcs12_key_name = "Anonymous key"