diff --git a/examples/dns_finish.php b/examples/dns_finish.php index ee1b91d..3e9bf00 100644 --- a/examples/dns_finish.php +++ b/examples/dns_finish.php @@ -29,7 +29,7 @@ { foreach($pending as $challenge) { - // Let LetsEncrypt verify this challenge, which should have been fulfilled in exampleDNSStart.php. + // Let LetsEncrypt verify this challenge, which should have been fulfilled in dns_init.php. $order->verifyPendingOrderAuthorization($challenge['identifier'], LEOrder::CHALLENGE_TYPE_DNS); } } @@ -42,4 +42,4 @@ // Check whether the order has been finalized before we can get the certificate. If finalized, get the certificate. if($order->isFinalized()) $order->getCertificate(); } -?> \ No newline at end of file +?>