1 # X.509 Certificate options
5 # The organization of the subject.
6 organization = "Koko inc."
8 # The organizational unit of the subject.
9 unit = "sleeping dept."
11 # The locality of the subject.
14 # The state of the certificate owner.
17 # The country of the subject. Two letter code.
20 # The common name of the certificate owner.
23 # A user id of the certificate owner.
26 # If the supported DN OIDs are not adequate you can set
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"
32 # This is deprecated and should not be used in new
34 # pkcs9_email = "none@none.org"
36 # The serial number of the certificate
39 # In how many days, counting from today, this certificate will expire.
45 # A dnsname in case of a WWW server.
46 #dns_name = "www.none.org"
48 # An IP address in case of a server.
49 #ip_address = "192.168.1.1"
51 # An email in case of a person
52 email = "none@none.org"
54 # An URL that has CRLs (certificate revocation lists)
55 # available. Needed in CA certificates.
56 #crl_dist_points = "http://www.getcrl.crl/getcrl/"
58 # Whether this is a CA certificate or not
61 # Whether this certificate will be used for a TLS client
64 # Whether this certificate will be used for a TLS server
67 # Whether this certificate will be used to sign data (needed
68 # in TLS DHE ciphersuites).
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.
76 # Whether this key will be used to sign other certificates.
79 # Whether this key will be used to sign CRLs.
82 # Whether this key will be used to sign code.
85 # Whether this key will be used to sign OCSP data.
88 # Whether this key will be used for time stamping.
91 # Whether this key will be used for IPsec IKE operations.
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"
97 # Things for PKCS #10 certificate Requests
99 # A challenge password for the request.
100 #challenge_password = "My challenge password"
102 # When generating certificate use extensions found in certificate request.
103 #honor_crq_extensions
107 # A password to be used while encrypting/decrypting.
108 #password = "my pass"
110 # The next update (in days from now) for a CRL
111 #crl_next_update = 30
113 # The CRL number extension
116 # A name for a PKCS #12 key
117 #pkcs12_key_name = "Anonymous key"