笔记:OpenSSL 生成「自签名」证书,配置 Nodejs 本地 HTTPS 服务 - 2. 生成 .csr
# 通过 .key 生成 .csr openssl req -new -key [name].key -out [name].csr