ftsr 发表于 2018-11-28 08:58:26

apache实现ssl-iitnet

# openssl req -new -key /etc/ssl/private/redhatroot.key -out /tmp/redhatroot.req  Enter pass phrase for /etc/ssl/private/redhatroot.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) :GD
  Locality Name (eg, city) :Dong Guan
  Organization Name (eg, company) :none
  Organizational Unit Name (eg, section) []:redhat
  Common Name (eg, your name or your server's hostname) []:redhat
  Email Address []:root@test.com
  Please enter the following 'extra' attributes
  to be sent with your certificate request
  A challenge password []:
  An optional company name []:

页: [1]
查看完整版本: apache实现ssl-iitnet