Skip to content

Commit f71eaa6

Browse files
committed
Typo fix
1 parent 8127d07 commit f71eaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/letsencrypt.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ public function get_certbot_command($domains) {
159159
$webroot_map[$domains[$i]] = '/usr/local/ispconfig/interface/acme';
160160
}
161161
$webroot_args = "--webroot-map " . escapeshellarg(str_replace(array("\r", "\n"), '', json_encode($webroot_map)));
162-
// --cert-name might be working with earlier versions of certbot, but there is no safe version since when
163-
// Sot for safety reasons we add it to the 0.30 version check as it is documented to work as expected in this version
162+
// --cert-name might be working with earlier versions of certbot, but there is no exact version documented
163+
// So for safety reasons we add it to the 0.30 version check as it is documented to work as expected in this version
164164
$cert_selection_command = "--cert-name $primary_domain";
165165
} else {
166166
$webroot_args = "$cmd --webroot-path /usr/local/ispconfig/interface/acme";

0 commit comments

Comments
 (0)