📄 cass.cnf
字号:
## SSLeay example configuration file.# This is mostly being used for generation of certificate requests.#RANDFILE = ./.rnd####################################################################[ req ]default_bits = 512default_keyfile = keySS.pemdistinguished_name = req_distinguished_nameencrypt_rsa_key = nodefault_md = sha1[ req_distinguished_name ]countryName = Country Name (2 letter code)countryName_default = AUcountryName_value = AUorganizationName = Organization Name (eg, company)organizationName_value = Dodgy BrotherscommonName = Common Name (eg, YOUR name)commonName_value = Dodgy CA####################################################################[ ca ]default_ca = CA_default # The default ca section####################################################################[ CA_default ]dir = ./demoCA # Where everything is keptcerts = $dir/certs # Where the issued certs are keptcrl_dir = $dir/crl # Where the issued crl are keptdatabase = $dir/index.txt # database index file.#unique_subject = no # Set to 'no' to allow creation of # several ctificates with same subject.new_certs_dir = $dir/newcerts # default place for new certs.certificate = $dir/cacert.pem # The CA certificateserial = $dir/serial # The current serial numbercrl = $dir/crl.pem # The current CRLprivate_key = $dir/private/cakey.pem# The private keyRANDFILE = $dir/private/.rand # private random number filex509_extensions = v3_ca # The extentions to add to the certname_opt = ca_default # Subject Name optionscert_opt = ca_default # Certificate field optionsdefault_days = 365 # how long to certify fordefault_crl_days= 30 # how long before next CRLdefault_md = md5 # which md to use.preserve = no # keep passed DN orderingpolicy = policy_anything[ policy_anything ]countryName = optionalstateOrProvinceName = optionallocalityName = optionalorganizationName = optionalorganizationalUnitName = optionalcommonName = suppliedemailAddress = optional[ v3_ca ]subjectKeyIdentifier=hashauthorityKeyIdentifier=keyid:always,issuer:alwaysbasicConstraints = CA:true,pathlen:1keyUsage = cRLSign, keyCertSignissuerAltName=issuer:copy
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -