1、生成CSR

WLC-生成CSR操作

[req]
req_extensions = v3_req
[ v3_req ]
# Extensions to add to a certificate request
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = server1.example.com
DNS.2 = mail.example.com
DNS.3 = www.example.com
DNS.4 = www.sub.example.com
DNS.5 = mx.example.com
DNS.6 = support.example.com

二、开启OpenSSL,输入如下命令:
OpenSSL>req -new -newkey rsa:1024 -nodes -keyout mykey.pem -out myreq.pem -config openssl-san.cnf
WLC-生成CSR操作

WLC-生成CSR操作

在文件夹中会生成这两个文件:

WLC-生成CSR操作

 

在文件夹中会生成这两个文件:

相关文章:

  • 2021-07-03
  • 2021-09-22
  • 2022-12-23
  • 2021-09-24
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-12-09
  • 2022-12-23
  • 2022-01-25
  • 2022-12-23
相关资源
相似解决方案