mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 14:50:26 +08:00
[SSL证书]免费证书申请增加HTTP认证方式
This commit is contained in:
@@ -4,6 +4,8 @@ Tea.context(function () {
|
||||
/**
|
||||
* 准备工作
|
||||
*/
|
||||
this.authType = "http"
|
||||
|
||||
this.doPrepare = function () {
|
||||
this.step = "user"
|
||||
}
|
||||
@@ -70,6 +72,7 @@ Tea.context(function () {
|
||||
|
||||
this.$post("$")
|
||||
.params({
|
||||
authType: this.authType,
|
||||
acmeUserId: this.userId,
|
||||
dnsProviderId: this.dnsProviderId,
|
||||
dnsDomain: this.dnsDomain,
|
||||
|
||||
Reference in New Issue
Block a user