feat: 支持google证书申请(需要使用代理)

This commit is contained in:
xiaojunnuo
2024-08-25 02:59:49 +08:00
parent 22a336370a
commit a593056e79
4 changed files with 26 additions and 14 deletions
+2 -1
View File
@@ -300,7 +300,8 @@ class AcmeClient {
}
/* Add URL to response */
resp.data.url = resp.headers.location;
resp.data.url = this.api.getLocationFromHeader(resp);
return resp.data;
}