ACME证书增加ZeroSSL支持

This commit is contained in:
刘祥超
2021-10-03 13:09:55 +08:00
parent f01a45a746
commit 4da092eb2b
12 changed files with 2513 additions and 107 deletions

View File

@@ -0,0 +1,13 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message ACMEProvider {
string name = 1;
string code = 2;
string description = 4;
string apiURL = 5;
bool requireEAB = 6;
string eabDescription = 7;
}