Blame doc/certtool.cfg

Packit 549fdc
# X.509 Certificate options
Packit 549fdc
#
Packit 549fdc
# DN options
Packit 549fdc
Packit 549fdc
# The organization of the subject.
Packit 549fdc
organization = "Koko inc."
Packit 549fdc
Packit 549fdc
# The organizational unit of the subject.
Packit 549fdc
unit = "sleeping dept."
Packit 549fdc
Packit 549fdc
# The locality of the subject.
Packit 549fdc
# locality =
Packit 549fdc
Packit 549fdc
# The state of the certificate owner.
Packit 549fdc
state = "Attiki"
Packit 549fdc
Packit 549fdc
# The country of the subject. Two letter code.
Packit 549fdc
country = GR
Packit 549fdc
Packit 549fdc
# The common name of the certificate owner.
Packit 549fdc
cn = "Cindy Lauper"
Packit 549fdc
Packit 549fdc
# A user id of the certificate owner.
Packit 549fdc
#uid = "clauper"
Packit 549fdc
Packit 549fdc
# Set domain components
Packit 549fdc
#dc = "name"
Packit 549fdc
#dc = "domain"
Packit 549fdc
Packit 549fdc
# If the supported DN OIDs are not adequate you can set
Packit 549fdc
# any OID here.
Packit 549fdc
# For example set the X.520 Title and the X.520 Pseudonym
Packit 549fdc
# by using OID and string pairs.
Packit 549fdc
#dn_oid = 2.5.4.12 Dr. 
Packit 549fdc
#dn_oid = 2.5.4.65 jackal
Packit 549fdc
Packit 549fdc
# This is deprecated and should not be used in new
Packit 549fdc
# certificates.
Packit 549fdc
# pkcs9_email = "none@@none.org"
Packit 549fdc
Packit 549fdc
# An alternative way to set the certificate's distinguished name directly
Packit 549fdc
# is with the "dn" option. The attribute names allowed are:
Packit 549fdc
# C (country), street, O (organization), OU (unit), title, CN (common name),
Packit 549fdc
# L (locality), ST (state), placeOfBirth, gender, countryOfCitizenship, 
Packit 549fdc
# countryOfResidence, serialNumber, telephoneNumber, surName, initials, 
Packit 549fdc
# generationQualifier, givenName, pseudonym, dnQualifier, postalCode, name, 
Packit 549fdc
# businessCategory, DC, UID, jurisdictionOfIncorporationLocalityName, 
Packit 549fdc
# jurisdictionOfIncorporationStateOrProvinceName,
Packit 549fdc
# jurisdictionOfIncorporationCountryName, XmppAddr, and numeric OIDs.
Packit 549fdc
Packit 549fdc
#dn = "cn = Nikos,st = New\, Something,C=GR,surName=Mavrogiannopoulos,2.5.4.9=Arkadias"
Packit 549fdc
Packit 549fdc
# The serial number of the certificate
Packit 549fdc
# Comment the field for a time-based serial number.
Packit 549fdc
serial = 007
Packit 549fdc
Packit 549fdc
# In how many days, counting from today, this certificate will expire.
Packit 549fdc
# Use -1 if there is no expiration date.
Packit 549fdc
expiration_days = 700
Packit 549fdc
Packit 549fdc
# Alternatively you may set concrete dates and time. The GNU date string 
Packit 549fdc
# formats are accepted. See:
Packit 549fdc
# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
Packit 549fdc
Packit 549fdc
#activation_date = "2004-02-29 16:21:42"
Packit 549fdc
#expiration_date = "2025-02-29 16:24:41"
Packit 549fdc
Packit 549fdc
# X.509 v3 extensions
Packit 549fdc
Packit 549fdc
# A dnsname in case of a WWW server.
Packit 549fdc
#dns_name = "www.none.org"
Packit 549fdc
#dns_name = "www.morethanone.org"
Packit 549fdc
Packit 549fdc
# A subject alternative name URI
Packit 549fdc
#uri = "http://www.example.com"
Packit 549fdc
Packit 549fdc
# An IP address in case of a server.
Packit 549fdc
#ip_address = "192.168.1.1"
Packit 549fdc
Packit 549fdc
# An email in case of a person
Packit 549fdc
email = "none@@none.org"
Packit 549fdc
Packit 549fdc
# Challenge password used in certificate requests
Packit 549fdc
challenge_password = 123456
Packit 549fdc
Packit 549fdc
# Password when encrypting a private key
Packit 549fdc
#password = secret
Packit 549fdc
Packit 549fdc
# An URL that has CRLs (certificate revocation lists)
Packit 549fdc
# available. Needed in CA certificates.
Packit 549fdc
#crl_dist_points = "http://www.getcrl.crl/getcrl/"
Packit 549fdc
Packit 549fdc
# Whether this is a CA certificate or not
Packit 549fdc
#ca
Packit 549fdc
Packit 549fdc
# for microsoft smart card logon
Packit 549fdc
# key_purpose_oid = 1.3.6.1.4.1.311.20.2.2
Packit 549fdc
Packit 549fdc
### Other predefined key purpose OIDs
Packit 549fdc
Packit 549fdc
# Whether this certificate will be used for a TLS client
Packit 549fdc
#tls_www_client
Packit 549fdc
Packit 549fdc
# Whether this certificate will be used for a TLS server
Packit 549fdc
#tls_www_server
Packit 549fdc
Packit 549fdc
# Whether this certificate will be used to sign data (needed
Packit 549fdc
# in TLS DHE ciphersuites).
Packit 549fdc
signing_key
Packit 549fdc
Packit 549fdc
# Whether this certificate will be used to encrypt data (needed
Packit 549fdc
# in TLS RSA ciphersuites). Note that it is preferred to use different
Packit 549fdc
# keys for encryption and signing.
Packit 549fdc
encryption_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used to sign other certificates.
Packit 549fdc
#cert_signing_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used to sign CRLs.
Packit 549fdc
#crl_signing_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used to sign code.
Packit 549fdc
#code_signing_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used to sign OCSP data.
Packit 549fdc
#ocsp_signing_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used for time stamping.
Packit 549fdc
#time_stamping_key
Packit 549fdc
Packit 549fdc
# Whether this key will be used for IPsec IKE operations.
Packit 549fdc
#ipsec_ike_key
Packit 549fdc
Packit 549fdc
### end of key purpose OIDs
Packit 549fdc
Packit 549fdc
# When generating a certificate from a certificate
Packit 549fdc
# request, then honor the extensions stored in the request
Packit 549fdc
# and store them in the real certificate.
Packit 549fdc
#honor_crq_extensions
Packit 549fdc
Packit 549fdc
# Path length contraint. Sets the maximum number of
Packit 549fdc
# certificates that can be used to certify this certificate.
Packit 549fdc
# (i.e. the certificate chain length)
Packit 549fdc
#path_len = -1
Packit 549fdc
#path_len = 2
Packit 549fdc
Packit 549fdc
# OCSP URI
Packit 549fdc
# ocsp_uri = http://my.ocsp.server/ocsp
Packit 549fdc
Packit 549fdc
# CA issuers URI
Packit 549fdc
# ca_issuers_uri = http://my.ca.issuer
Packit 549fdc
Packit 549fdc
# Certificate policies
Packit 549fdc
#policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0
Packit 549fdc
#policy1_txt = "This is a long policy to summarize"
Packit 549fdc
#policy1_url = http://www.example.com/a-policy-to-read
Packit 549fdc
Packit 549fdc
#policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1
Packit 549fdc
#policy2_txt = "This is a short policy"
Packit 549fdc
#policy2_url = http://www.example.com/another-policy-to-read
Packit 549fdc
Packit 549fdc
# Name constraints
Packit 549fdc
Packit 549fdc
# DNS
Packit 549fdc
#nc_permit_dns = example.com
Packit 549fdc
#nc_exclude_dns = test.example.com
Packit 549fdc
Packit 549fdc
# EMAIL
Packit 549fdc
#nc_permit_email = "nmav@@ex.net"
Packit 549fdc
Packit 549fdc
# Exclude subdomains of example.com
Packit 549fdc
#nc_exclude_email = .example.com
Packit 549fdc
Packit 549fdc
# Exclude all e-mail addresses of example.com
Packit 549fdc
#nc_exclude_email = example.com
Packit 549fdc
Packit 549fdc
Packit 549fdc
# Options for proxy certificates
Packit 549fdc
#proxy_policy_language = 1.3.6.1.5.5.7.21.1
Packit 549fdc
Packit 549fdc
Packit 549fdc
# Options for generating a CRL
Packit 549fdc
Packit 549fdc
# The number of days the next CRL update will be due.
Packit 549fdc
# next CRL update will be in 43 days
Packit 549fdc
#crl_next_update = 43
Packit 549fdc
Packit 549fdc
# this is the 5th CRL by this CA
Packit 549fdc
# Comment the field for a time-based number.
Packit 549fdc
#crl_number = 5
Packit 549fdc
Packit 549fdc
Packit 549fdc
# TLS feature extensions (RFC 7633)
Packit 549fdc
Packit 549fdc
# If the status_request TLS exension is set, OCSP stapling becomes mandatory
Packit 549fdc
#tls_feature = 5