Ephenodrom / Dart-Acme-Client

ACME client written in Dart.
MIT License
3 stars 5 forks source link

HTTP challenge? #2

Closed gmpassos closed 3 years ago

gmpassos commented 3 years ago

Can you provide an HTTP challenge example?

Regards.

Ephenodrom commented 3 years ago

Hello,

The HTTP Challenge works in the same ways as described in the example or in the README.md.

But you have to use the following code to retrieve the challenge token:

for(var a in auth){
     var data = a.getHttpDcvData();
}