Featured image of post acme.sh切换证书签发机构

acme.sh切换证书签发机构

acme.sh 默认的证书是 ZeroSSL。如果想切换的话需要在正常的签发证书的时候加速 –se…

acme.sh 默认的证书是 ZeroSSL。如果想切换的话需要在正常的签发证书的时候加速 –server 证书机构 参数。

如以下命令:

1
2
3
4
5
6
7
8


|  | acme.sh --issue ....   --server  zerossl |
| --- | --- |
|  |  |
|  | -or- |
|  |  |
|  | acme.sh --issue ....   --server  https://acme.zerossl.com/v2/DV90 |

如果需要需要切换默认的需要用到如下命令:

1
acme.sh  --set-default-ca  --server letsencrypt
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
使用 Hugo 构建
主题 StackJimmy 设计