mirror of https://github.com/shred/acme4j
Do not send the token on challenge response
parent
8ad616da79
commit
7e58017347
|
@ -48,7 +48,6 @@ public class TokenChallenge extends Challenge {
|
|||
@Override
|
||||
protected void respond(JSONBuilder cb) {
|
||||
super.respond(cb);
|
||||
cb.put(KEY_TOKEN, getToken());
|
||||
cb.put(KEY_KEY_AUTHORIZATION, getAuthorization());
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"type": "http-01",
|
||||
"token": "IlirfxKKXAsHtmzK29Pj8A",
|
||||
"keyAuthorization": "IlirfxKKXAsHtmzK29Pj8A.HnWjTDnyqlCrm6tZ-6wX-TrEXgRdeNu9G71gqxSO6o0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue