From 2b2fc32c0dcd69768be84384cdd828b0d414ae99 Mon Sep 17 00:00:00 2001 From: Paul Nguyen Date: Tue, 18 Feb 2020 10:35:46 -0800 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 8c6bf73..ed3ade3 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -490,7 +490,9 @@ https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers ## 19. Deploy the cert into Palo Alto Networks Firewall. -In PAN-OS create a new admin role with API permissions to import and commit. Create a user that will only be used for the purpose of deploying certs. Assign this user to the role you created. +In PAN-OS 9.1+ create a new admin role with API permissions to import and commit. Create a user that will only be used for the purpose of deploying certs. Assign this user to the role you created. + +For prior versions of PAN-OS the admin must have superuser access to upload the private key. ``` export PANOS_USER="your_cert_user"