From f9f9b6bb9851a8d1f9cdf6367922690ddeda7a13 Mon Sep 17 00:00:00 2001 From: Martin Berghaus Date: Sun, 2 Nov 2025 14:55:10 +0100 Subject: [PATCH] usage adapted --- script/ssl/renewCerts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/ssl/renewCerts.sh b/script/ssl/renewCerts.sh index 473cad7..695f8ed 100644 --- a/script/ssl/renewCerts.sh +++ b/script/ssl/renewCerts.sh @@ -435,7 +435,6 @@ function usage() { echo ' --prepare DOMAIN --usingAlias ALIAS-DOMAIN : Prepares a domain to issue certificate using an alias domain in DNS mode.' echo ' See: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode' echo ' --dns --single DOMAIN [--force] : Issues a certificate for the given domain using DNS mode.' - echo ' --dns-withAlias --single DOMAIN [--force] : Issues a certificate for the given domain using DNS mode with challange alias.' echo ' --http --single DOMAIN [--force] : Issues a certificate for the given domain using HTTP mode.' echo echo ' (--dns|--http) --own [--force] : Iterates all domains found in RESULT_CERTS.'