mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 20:40:24 +08:00
[SSL证书]实现基本的自动申请证书流程
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user