mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-19 17:10:24 +08:00
ACME证书增加ZeroSSL支持
This commit is contained in:
@@ -3,9 +3,16 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_acme_provider.proto";
|
||||
import "models/model_acme_provider_account.proto";
|
||||
|
||||
message ACMEUser {
|
||||
int64 id = 1;
|
||||
string email = 2;
|
||||
string description = 3;
|
||||
int64 createdAt = 4;
|
||||
string acmeProviderCode = 5;
|
||||
|
||||
ACMEProvider acmeProvider = 30;
|
||||
ACMEProviderAccount acmeProviderAccount = 31;
|
||||
}
|
||||
Reference in New Issue
Block a user