Tizen 2.0 Release
[external/libgnutls26.git] / doc / certtool.cfg
1 # X.509 Certificate options
2 #
3 # DN options
4
5 # The organization of the subject.
6 organization = "Koko inc."
7
8 # The organizational unit of the subject.
9 unit = "sleeping dept."
10
11 # The locality of the subject.
12 # locality = 
13
14 # The state of the certificate owner.
15 state = "Attiki"
16
17 # The country of the subject. Two letter code.
18 country = GR
19
20 # The common name of the certificate owner.
21 cn = "Cindy Lauper"
22
23 # A user id of the certificate owner.
24 #uid = "clauper"
25
26 # If the supported DN OIDs are not adequate you can set
27 # any OID here.
28 # For example set the X.520 Title and the X.520 Pseudonym
29 # by using OID and string pairs.
30 #dn_oid = "2.5.4.12" "Dr." "2.5.4.65" "jackal" 
31
32 # This is deprecated and should not be used in new
33 # certificates.
34 # pkcs9_email = "none@none.org"
35
36 # The serial number of the certificate
37 serial = 007
38
39 # In how many days, counting from today, this certificate will expire.
40 expiration_days = 700
41
42
43 # X.509 v3 extensions
44
45 # A dnsname in case of a WWW server.
46 #dns_name = "www.none.org"
47
48 # An IP address in case of a server.
49 #ip_address = "192.168.1.1"
50
51 # An email in case of a person
52 email = "none@none.org"
53
54 # An URL that has CRLs (certificate revocation lists)
55 # available. Needed in CA certificates.
56 #crl_dist_points = "http://www.getcrl.crl/getcrl/"
57
58 # Whether this is a CA certificate or not
59 #ca
60
61 # Whether this certificate will be used for a TLS client
62 #tls_www_client
63
64 # Whether this certificate will be used for a TLS server
65 #tls_www_server
66
67 # Whether this certificate will be used to sign data (needed
68 # in TLS DHE ciphersuites).
69 signing_key
70
71 # Whether this certificate will be used to encrypt data (needed
72 # in TLS RSA ciphersuites). Note that it is preferred to use different
73 # keys for encryption and signing.
74 #encryption_key
75
76 # Whether this key will be used to sign other certificates.
77 #cert_signing_key
78
79 # Whether this key will be used to sign CRLs.
80 #crl_signing_key
81
82 # Whether this key will be used to sign code.
83 #code_signing_key
84
85 # Whether this key will be used to sign OCSP data.
86 #ocsp_signing_key
87
88 # Whether this key will be used for time stamping.
89 #time_stamping_key
90
91 # Whether this key will be used for IPsec IKE operations.
92 #ipsec_ike_key
93
94 #a space separated list of key purpose OIDs to be added
95 #key_purpose_oids = "1.3.6.1.5.5.7.3.1" "1.2.3.4.5.6"
96
97 # Things for PKCS #10 certificate Requests
98
99 # A challenge password for the request.
100 #challenge_password = "My challenge password"
101
102 # When generating certificate use extensions found in certificate request.
103 #honor_crq_extensions
104
105 # Other things.
106
107 # A password to be used while encrypting/decrypting.
108 #password = "my pass"
109
110 # The next update (in days from now) for a CRL
111 #crl_next_update = 30
112
113 # The CRL number extension
114 #crl_number = 1
115
116 # A name for a PKCS #12 key
117 #pkcs12_key_name = "Anonymous key"