-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Hello Team,
I started using acme.sh back in Aug/Sep this year in order to generate certificate from the CSR and then upload it to our local Panorama. It was working all good - set and forget. Now - I had to move acme client to another server and I'm still able to generate the certificate and have it stored in the folder - but deploy hook is not working. I thought I'm might have done something wrong with the move - so I tried the same thing from the 'previous' machine and exactly the same behavior.
sh-5.3# ./acme.sh --version
https://github.com/acmesh-official/acme.sh
v3.1.2
I'm literally user - so is there anything I have missed or do I need to change source code of that panos.sh? It used to be working just fine, uploading the certificate to the desired template.
I also remember that I was able to run the panos.sh script from the shell for testing just fine - now it's not doing anything except exporting values.
Could anybody point me in the right direction for solving this? Any help is highly appreciated.
`sh-5.3# bash -x panos.sh
- export PANOS_HOST=10.10.10.10
- PANOS_HOST=10.10.10.10
- export PANOS_USER=user
- PANOS_USER=user
- export PANOS_PASS=passwd
- PANOS_PASS=passwd
- export 'PANOS_TEMPLATE=template'
- PANOS_TEMPLATE='template'
- export PANOS_VSYS=Shared
- PANOS_VSYS=Shared
- _COMMIT_WAIT_INTERVAL=30
- _COMMIT_WAIT_ITERATIONS=20
sh-5.3#
`