Blame doc/certtool.cfg

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