mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 09:31:53 +08:00
ACME证书增加ZeroSSL支持
This commit is contained in:
18
pkg/rpc/protos/models/model_acme_provider_account.proto
Normal file
18
pkg/rpc/protos/models/model_acme_provider_account.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_acme_provider.proto";
|
||||
|
||||
message ACMEProviderAccount {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
bool isOn = 3;
|
||||
string providerCode = 4;
|
||||
string eabKid = 5;
|
||||
string eabKey = 6;
|
||||
string error = 7;
|
||||
|
||||
ACMEProvider acmeProvider = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user