Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
群晖DSM不支持acme申请的ECC证书的问题解决 - Joyber 的博客

今天更新群晖DSM网页证书的时候提示不支持ECC证书,看了下acme申请的证书路径中是带有ECC字样,说明是申请的ECC证书。
增加 --keylength 2048 参数后,重新申请了一个证书,就不是ECC证书了
可以解决此问题,记录~

acme.sh --issue --keylength 2048 -d api3.xxx.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please
acme.sh --renew --keylength 2048 -d api3.xxx.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please

标签: none

添加新评论