mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
instead of challengeid, just use the order presented
This commit is contained in:
parent
272d49d2f0
commit
ad0adf3a21
1 changed files with 5 additions and 6 deletions
|
|
@ -48,12 +48,11 @@ message chocolatemessage {
|
|||
}
|
||||
|
||||
message Challenge {
|
||||
required int32 challengeid = 1;
|
||||
required ChallengeType type = 2;
|
||||
optional string name = 3;
|
||||
repeated bytes data = 4;
|
||||
optional string URI = 5;
|
||||
optional bool succeeded = 6;
|
||||
required ChallengeType type = 1;
|
||||
optional string name = 2;
|
||||
repeated bytes data = 3;
|
||||
optional string URI = 4;
|
||||
optional bool succeeded = 5;
|
||||
/* from server: true if server ACK success,
|
||||
false if server NAK success,
|
||||
omit if server doesn't know if client
|
||||
|
|
|
|||
Loading…
Reference in a new issue