[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

@@ -7,4 +7,6 @@ message SSLCert {
int64 id = 1;
bool isOn = 2;
string name = 3;
int64 timeBeginAt = 4;
int64 timeEndAt = 5;
}