From 1c9de8bbf94436874f52383ca43cdd94475d6c55 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 15 Jan 2017 20:42:25 +0800 Subject: [PATCH] Updated Options and Params (markdown) --- Options-and-Params.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Options-and-Params.md b/Options-and-Params.md index 59764d1..31cf993 100644 --- a/Options-and-Params.md +++ b/Options-and-Params.md @@ -86,25 +86,5 @@ acme.sh command ...[parameters].... **--listen-v4** Force standalone/tls server to listen at ipv4. **--listen-v6** Force standalone/tls server to listen at ipv6. -## Configuration file -Options in the configuration file (`/.conf`) usually correspond to one of the above mentioned options: -* **Le_Domain:** the domain passed by `--domain, -d` -* **Le_Alt:** -* **Le_Webroot:** web root folder (`--webroot, -w`) -* **Le_PreHook:** command run before obtaining certificates (`--pre-hook`) -* **Le_PostHook:** command run after obtaining/renewing certificates, success or not (`--post-hook`) -* **Le_RenewHook:** run once for each successfully renewed certificate (`--renew-hook`) -* **Le_API:** -* **Le_Keylength:** domain key length (`--keylength, -k`) -* **Le_LinkCert:** -* **Le_LinkIssuer:** -* **Le_CertCreateTime:** Unix time stamp of last successful certificate creation/renewal -* **Le_CertCreateTimeStr:** same in human readable format -* **Le_NextRenewTimeStr:** time when the cert should be renewed -* **Le_NextRenewTime:** same as Unix time stamp -* **Le_RealCertPath:** where the created certificate will be stored (`--certpath`) -* **Le_RealCACertPath:** same for the intermediate cert (`--capath`) -* **Le_RealKeyPath:** and the signing key -* **Le_RealFullChainPath:** and the full certificate chain -* **Le_ReloadCmd:** command to run after (successful) issue/renew, e.g. to reload the web server (`--reloadcmd`) +