Added functionality for Palo Alto Firewall deployments (PANOS)
This resolves acmesh-official/acme.sh#4309 (wildcard certs) as well as issues deploying ecc certificates to Palo Alto firewalls. Wildcard certificates will now have their asterisk * replaced with WILDCARD_ on the firewall.
Ex: The certificate *.mydomain.com will be saved as WILDCARD_.mydomain.com on PanOS.
@Neilpang - can you pls merge this into the dev branch?
fix the ci errors first
fix the ci errors first
@Neilpang - Made the changes.
@Neilpang - Can you please run the checks on the latest code? I believe the latest code should pass the CI checks.
Thank you.
@Neilpang - Hi Neil - any updates on the pull request? There have been a few people looking for wildcard cert functionality on PanOS. Right now wildcard cert deployments fail with PANOS without any clear explanation as to the reason (it's the '*' in the filename). Let me know if there are any additional questions you have on the code.
Thanks!
@Neilpang - Checking in to see if you've had a chance to review the PR. Any thoughts / comments?
The latest update also resolves acmesh-official/acme.sh#4197 and incorporates changes made by @Hossy at https://github.com/acmesh-official/acme.sh/pull/4198
@Neilpang - Can you please merge these to the dev branch?