Q132284591 发表于 2017-12-22 23:03:31

Nginx 配置https 服务

# openssl req -new -key sam.key -out sam.csr  Enter pass phrase for sam.key:
  You are about to be asked to enter information that will be incorporated
  into your certificate request.
  What you are about to enter is what is called a Distinguished Name or a DN.
  There are quite a few fields but you can leave some blank
  For some fields there will be a default value,
  If you enter '.', the field will be left blank.
  -----
  Country Name (2 letter code) :CN
  State or Province Name (full name) []:guangdong
  Locality Name (eg, city) :guangzhou
  Organization Name (eg, company) :sam
  Organizational Unit Name (eg, section) []:sam
  Common Name (eg, your name or your server's hostname) []:sam
  Email Address []:xxx@sam.com
  Please enter the following 'extra' attributes
  to be sent with your certificate request
  A challenge password []:
  An optional company name []:sam
# ls
  sam.csrsam.key
页: [1]
查看完整版本: Nginx 配置https 服务