From 8157fb68a2021b0d51be14119ca7256fb5eeccfd Mon Sep 17 00:00:00 2001 From: Paul Nguyen Date: Tue, 18 Feb 2020 09:39:29 -0800 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 060721b..8c6bf73 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -496,7 +496,7 @@ In PAN-OS create a new admin role with API permissions to import and commit. Cre export PANOS_USER="your_cert_user" export PANOS_PASS="your_password" export PANOS_HOST="10.0.0.1" // Replace with Firewall/Panorama Host -acme.sh --deploy -d example.com --deploy-hook panos_api +acme.sh --deploy -d example.com --deploy-hook panos_api --insecure ``` **Note:** after a successful deploy you can remove these environment variables as they will be stored by acme.sh. If the password for the user changes you will need to set the variables again.