Acme.sh: 三级域名OK,四级域名提示证书无授信

Created on 29 May 2018  ·  3Comments  ·  Source: acmesh-official/acme.sh

已经生成.domain.com 的泛域名证书,
xxx.domain.com 一切都正常,
yy.xx.domain.com 则浏览器提示不安全证书。
难道是 issue 时 要多加 一个 参数 -d *.
.domain.com 吗?
求解

Most helpful comment

You can't create two level wildcard. Is not permitted in the rfc

All 3 comments

泛域名证书只能保护某一级子域名,yy.xx.domain.com需要加-d *.xx.domain.com,如果加-d *.*.domain.com会报错Create new order error. Le_OrderFinalize not found. {"type":"urn:ietf:params:acme:error:malformed","detail":"Error creating new order :: DNS name had more than one wildcard","status": 400}

You can't create two level wildcard. Is not permitted in the rfc

thks everyone.

Was this page helpful?
0 / 5 - 0 ratings