From 189a84bf1539521d81f0971f064b25872d9975ac Mon Sep 17 00:00:00 2001 From: Honza Hommer Date: Tue, 21 May 2019 17:01:38 +0200 Subject: [PATCH] Add --noprofile option --- Options-and-Params.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Options-and-Params.md b/Options-and-Params.md index 12665aa..6c89cc9 100644 --- a/Options-and-Params.md +++ b/Options-and-Params.md @@ -82,7 +82,8 @@ acme.sh command ...[parameters].... **--insecure** Do not check the server certificate, in some devices, the api server's certificate may not be trusted. **--ca-path** Specifies directory containing CA certificates in PEM format, used by wget or curl to verify API server's certificate. **--ca-bundle** Specifies the CA certificate bundle file used by wget or curl to verify API server's certificate. - **--nocron** Only valid for '--install' command, which means: do not install the default cron job. In this case, the certs will not be renewed automatically. + **--nocron** Only valid for '--install' command, which means: do not install the default cron job. In this case, the certs will not be renewed automatically. + **--noprofile** Only valid for '--install' command, which means: do not install aliases to user profile. **--ecc** Specifies to use the ECC cert. Valid for '--installcert', '--renew', '--revoke', '--toPkcs' and '--createCSR' **--csr** Specifies the input csr. **--ocsp-must-staple, --ocsp** Generate ocsp must Staple extension.