[SSL证书]免费证书申请增加HTTP认证方式

This commit is contained in:
刘祥超
2020-12-03 18:19:09 +08:00
parent 94ca1f1fe1
commit 5c8b7c6cf6
9 changed files with 107 additions and 53 deletions

View File

@@ -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,