readme.csr

来自「mod_ssl-2.8.31-1.3.41.tar.gz 好用的ssl工具」· CSR 代码 · 共 24 行

CSR
24
字号
 This is the ssl.csr/ directory of Apache/mod_ssl where PEM-encoded X.509 Certificate Signing Requests for SSL are stored. Per default the following file is provided: o server.csr:   This is the server certificate signing request for Apache/mod_ssl   corresponding to the ../ssl.crt/server.crt file.  Per default this is a   dummy file, but may be overwritten by the `make certificate' target under   built-time.  Then it contains the CSR which you can send to a public   Certification Authority (CA) for requesting a real signed certificate   (which then can replace the ../ssl.crt/server.crt file). You can also use this directory for temporarily storing CSRs from within your (CGI-) scripts when you want to perform client authentication with your own CA instance. You can view the ingredients of a particular CSR file in plain text by running the command:   $ openssl req -noout -text -in <name>.csr

⌨️ 快捷键说明

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