📄 invalid.crl
字号:
## SSLeay example configuration file.# This is mostly being used for generation of certificate requests.## The random file specified below is used for test purposes only. It is not# recommended for production use.RANDFILE = $ENV::PEGASUS_HOME/ssl.rnd####################################################################[ ca ]default_ca = CA_default # The default ca section####################################################################[ CA_default ]dir = . # Where everything is keptcerts = $dir # Where the issued certs are keptcrl_dir = $dir # Where the issued crl are keptdatabase = $dir/index.txt # database index file.new_certs_dir = $dir/newcerts # default place for new certs. certificate = $dir/testca.cert # The CA certificateserial = $dir/testca.srl # The current serial numbercrl = $dir/testca.crl # The current CRLprivate_key = $dir/testca.key # The private key#RANDFILE = $dir\\private\\private.rnd # private random number file# for windows#dir = demoCA # Where everything is kept#certs = C:\sslcerts\certs # Where the issued certs are kept#crl_dir = C:\sslcerts\crl # Where the issued crl are kept#database = C:\sslcerts\index.txt # database index file.#new_certs_dir = C:\sslcerts\newcerts # default place for new certs.#certificate = C:\sslcerts\cacert.pem # The CA certificate#serial = C:\sslcerts\serial # The current serial number#crl = C:\sslcerts\crl.pem # The current CRL#private_key = C:\sslcerts\private\cakey.pem # The private key#RANDFILE = C:\sslcerts\private\private.rnd # private random number filex509_extensions = x509v3_extensions # The extentions to add to the certdefault_days = 5475 # how long to certify fordefault_crl_days= 5475 # how long before next CRLdefault_md = md5 # which md to use.preserve = no # keep passed DN ordering# A few difference way of specifying how similar the request should look# For type CA, the listed attributes must be the same, and the optional# and supplied fields are just that :-)policy = policy_match# For the CA policy[ policy_match ]countryName = optionalstateOrProvinceName = optionalorganizationName = optionalorganizationalUnitName = optionalcommonName = supplied#emailAddress = optional# For the 'anything' policy# At this point in time, you must list all acceptable 'object'# types.[ policy_anything ]countryName = optionalstateOrProvinceName = optionallocalityName = optionalorganizationName = optionalorganizationalUnitName = optionalcommonName = supplied#emailAddress = optional####################################################################[ req ]default_bits = 1024default_keyfile = privkey.pemdistinguished_name = req_distinguished_nameattributes = req_attributes[ req_distinguished_name ]countryName = Country Name (2 letter code)countryName_min = 2countryName_max = 2stateOrProvinceName = State or Province Name (full name)localityName = Locality Name (eg, city)0.organizationName = Organization Name (eg, company)organizationalUnitName = Organizational Unit Name (eg, section)commonName = Common Name (eg, your website's domain name)commonName_max = 64#emailAddress = Email Address#emailAddress_max = 40[ req_attributes ]challengePassword = A challenge passwordchallengePassword_min = 4challengePassword_max = 20[ x509v3_extensions ]# under ASN.1, the 0 bit would be encoded as 80nsCertType = 0x40#nsBaseUrl#nsRevocationUrl#nsRenewalUrl#nsCaPolicyUrl#nsSslServerName#nsCertSequence#nsCertExt#nsDataType
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -