openssl req -new -key server.key -out server.csr
输出内容为:
Enter pass phrase for root.key: ← 输入前面创建的密码
Country Name (2 letter code) [AU]:CN ← 国家代号,中国输入CN
State or Province Name (full name) [Some-State]:ZheJiang ← 省的全名,拼音
Locality Name (eg, city) []:HangZhou ← 市的全名,拼音
Organization Name (eg, company) [Internet Widgits Pty Ltd]:CC55 ← 公司英文名
Organizational Unit Name (eg, section) []: ← 可以不输入
Common Name (eg, YOUR name) []: ← 输入域名,如:zngw.icu
Email Address []:55@zngw.icu ← 电子邮箱,可随意填
Please enter the following ‘extra’ attributes
to be sent with your certificate request
A challenge password []: ← 可以不输入
An optional company name []: ← 可以不输入
评论区