mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-15 02:42:01 +08:00
fix: 修正无法部署到雨云证书中心的问题
This commit is contained in:
@@ -90,7 +90,7 @@ func DeployRainyunSSLCenter(cfg map[string]any) error {
|
||||
|
||||
// 更新证书中心
|
||||
reqPath := fmt.Sprintf("/product/sslcenter/%s", certId)
|
||||
resp, err := requestRainyunApi(reqPath, apiKey, http.MethodPost, cert)
|
||||
resp, err := requestRainyunApi(reqPath, apiKey, http.MethodPut, cert)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user