Updated deployhooks (markdown)

aSauerwein 2025-01-12 14:33:18 +01:00
parent 9154aa590b
commit c2fac6ffbc

@ -596,6 +596,8 @@ For prior versions of PAN-OS the admin must have superuser access to upload the
export PANOS_USER="your_cert_user"
export PANOS_PASS="your_password"
export PANOS_HOST="10.0.0.1" // Replace with Firewall/Panorama Host
# optional
export PANOS_TEMPLATE="" #Template Name of panorama managed devices
acme.sh --deploy -d example.com --deploy-hook panos --insecure
```