我已经在 openssl-config-file 中搜索了差异的答案并用于这两个配置参数。
certs = ... # Where the issued certs are
Run Code Online (Sandbox Code Playgroud)
和
new_certs_dir = ... # default place for new certs
Run Code Online (Sandbox Code Playgroud)
在Network Security with OpenSSL O'Reilly 一书中,default-openssl-config-file 中也有这两个参数,但certs
从未使用过,也从未描述过。通过我的测试openssl
,所有证书都存储在由new_cers_dir
.
这两个参数有什么区别?参数是否在certs
某处使用?