[SSL证书]实现基本的自动申请证书流程

This commit is contained in:
刘祥超
2020-11-26 16:39:11 +08:00
parent 52cfe6766d
commit 638a15f101
5 changed files with 47 additions and 34 deletions

View File

@@ -13,8 +13,7 @@ message ACMETask {
string dnsDomain = 3;
repeated string domains = 4;
int64 createdAt = 5;
bool isOk = 6;
bool autoRenew = 7;
bool autoRenew = 6;
ACMEUser acmeUser = 30;
DNSProvider dnsProvider = 31;