技术

AlphaSSL - 免费泛域名SSL证书

6ird 2017年1月9日 3 分钟阅读

泛域名 SSL 证书,就是含有通配符的域名 SSL 证书,如 *.6ird.com,效果点左上角的绿锁看证书详情,申请之后可用一年,不知道后续还能不能申请。

申请步骤

1.首先生成 csr

可以选择在线生成:https://www.digicert.com/easy-csr/openssl.htm

或者手动使用命令生成

# openssl req -new -nodes -keyout server.key -out server.csr
Generating a 2048 bit RSA private key
...................+++
..................+++
writing new private key to 'server.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) [AU]:CN
State or Province Name (full name) [Some-State]:Chongqing
Locality Name (eg, city) []:Chongqing
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Kuoruan
Organizational Unit Name (eg, section) []:IT Dept.
Common Name (e.g. server FQDN or YOUR name) []:*.kuoruan.com
Email Address []:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:

Common Name 请填写泛域名。

2.申请证书

地址:https://assl.loovit.net/?a=add&pid=1

或者:https://alpha.80host.com/

跟着步骤走,然后证书会发送到你的邮箱里边。剩下的就不写了。。。

原创AlphaSSL - 免费泛域名SSL证书
文章作者:6ird
版权声明:本站文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 6ird@rticles