Class CSCertificateTaskAuthorizeDNSUpdateChallenges
java.lang.Object
com.io7m.certusine.vanilla.internal.tasks.CSCertificateTask
com.io7m.certusine.vanilla.internal.tasks.CSCertificateTaskAuthorizeDNSUpdateChallenges
A task that updates all the DNS challenges that may be in progress.
-
Constructor Summary
ConstructorsConstructorDescriptionCSCertificateTaskAuthorizeDNSUpdateChallenges(CSCertificateTaskContext inContext, org.shredzone.acme4j.Order inOrder) A task that updates all the DNS challenges that may be in progress. -
Method Summary
Methods inherited from class com.io7m.certusine.vanilla.internal.tasks.CSCertificateTask
context, execute
-
Constructor Details
-
CSCertificateTaskAuthorizeDNSUpdateChallenges
public CSCertificateTaskAuthorizeDNSUpdateChallenges(CSCertificateTaskContext inContext, org.shredzone.acme4j.Order inOrder) A task that updates all the DNS challenges that may be in progress.- Parameters:
inContext- The execution contextinOrder- The certificate order
-