Challenge.trigger can be re-invoked

pull/55/head
Richard Körber 2017-08-04 01:06:55 +02:00
parent f3735e6ec1
commit a30caaa664
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ public class Challenge extends AcmeResource {
/** /**
* Triggers this {@link Challenge}. The ACME server is requested to validate the * Triggers this {@link Challenge}. The ACME server is requested to validate the
* response. Note that the validation is performed asynchronously by the ACME server. * response. Note that the validation is performed asynchronously by the ACME server.
* <p>
* If this method is invoked a second time, the ACME server is requested to retry the
* validation. This can be useful if the client state has changed, for example after a
* firewall rule has been updated.
*/ */
public void trigger() throws AcmeException { public void trigger() throws AcmeException {
LOG.debug("trigger"); LOG.debug("trigger");