201712月如何买到阿里云免费SSL证书(0元SSL证书)

2018-01-04 15:16:05

2017年12月,阿里云搞了个安全月活动,安全活动有折扣。

但是,免费SSL证书却在此时进行过调整,调整后的操作中存在缺陷,不容易找到免费SSL证书。目前尚不清除这是bug还是刻意为之,阿里云作为国内云计算厂商第一,想必不会刻意为之。晚些时候我会提交阿里云聆听平台,反馈此问题,帮助大家后方便从阿里云购买免费SSL证书。

接下来的教程,是本月(2017年12月)的教程,在现在的官方下,如何把免费SSL证书选出来的教程

开头步骤不再配图:

1,打开阿里云官网(https://www.aliyun.com)

2,点击阿里云菜单栏,依次寻找:菜单栏 > 全部导航 > 产品 > 安全 > 应用安全 下的 《证书服务》。

3,进入阿里云证书购买页面(https://common-buy.aliyun.com/?spm=5176.7968328.911106.btn1.4e104d88FuDHuy&commodityCode=cas#/buy)


4,开始关键环节,请按照配图操作步骤ABCDE即可:

A,从默认的页面中开始
 

B,第三行选项卡,勾选Symantec
 

C,第一行选项卡,勾选增强型DV SSL
 

D,第一行选项卡,勾选免费型DV SSL
 

E,下单购买


  • 2017-11-06 01:00:17

    撤销git add

    如何撤销git add,不小心执行了git add . 操作,但是又不能提交所有的文件,因为对应不同的分支,现在怎么样可以将git add 撤销回来

  • 2017-11-10 00:06:15

    CORS: credentials mode is 'include'

    XMLHttpRequest cannot load http://localhost/Foo.API/token. The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost:5000' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.