Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

[examples] fix referenced script name #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/dns_finish.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand All @@ -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();
}
?>
?>