⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ca.conf

📁 性能优秀的SIP Proxy
💻 CONF
字号:
## Default configuration to use  when one# is not provided on the command line.#[ ca ]default_ca = local_ca## Default location  of  directories  and# files needed to generate certificates.#[ local_ca ]dir              = ./rootCAcertificate      = $dir/cacert.pemdatabase         = $dir/index.txtnew_certs_dir    = $dir/certsprivate_key      = $dir/private/cakey.pemserial           = $dir/serial## Default   expiration   and  encryption# policies for certificates.#default_crl_days = 365default_days     = 1825default_md       = sha1policy = local_ca_policyx509_extensions = local_ca_extensions## Default policy to use  when generating# server   certificates.  The  following# fields  must  be defined in the server# certificate.#[ local_ca_policy ]commonName             = suppliedstateOrProvinceName    = suppliedcountryName            = suppliedemailAddress           = suppliedorganizationName       = suppliedorganizationalUnitName = supplied## x509 extensions to use when generating# server certificates.#[ local_ca_extensions ]#subjectAltName      = DNS:altname.somewhere.combasicConstraints    = CA:falsensCertType          = server## The   default   policy   to  use  when# generating the root certificate.#[ req ]default_bits        = 2048default_keyfile     = ./private/cakey.pemdefault_md          = sha1prompt              = nodistinguished_name  = root_ca_distinguished_namex509_extensions     = root_ca_extensions## Root  Certificate  Authority   distin-# guished name.  Changes these fields to# your local environment.#[ root_ca_distinguished_name ]commonName          = Your_NAME          # please updatestateOrProvinceName = Your_STATE         # please updatecountryName         = CO                 # please updateemailAddress        = YOUR_EMAIL         # please updateorganizationName    = YOUR_ORG_NAME      # please update[ root_ca_extensions ]basicConstraints    = CA:truesubjectAltName      = email:copyissuerAltName       = issuer:copy

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -