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

This commit is contained in:
刘祥超
2020-12-03 18:19:37 +08:00
parent bac7bb61df
commit 0e9cdd9896
6 changed files with 454 additions and 101 deletions

View File

@@ -15,6 +15,7 @@ message ACMETask {
repeated string domains = 4;
int64 createdAt = 5;
bool autoRenew = 6;
string authType = 7;
ACMEUser acmeUser = 30;
DNSProvider dnsProvider = 31;