Ansible collection for easy automation of Palo Alto Networks next generation firewalls and Panorama, in both physical and virtual form factors.
209
stars
97
forks
source link
Import Keypair for PAN-OS 10.1+ #399
Open
jamesholland-uk opened 1 year ago
Is your feature request related to a problem?
Importing a keypair from 10.1+ results in an error. Task:
Error:
fatal: [vmseries-10dot1]: FAILED! => {"changed": false, "msg": "<response status=\"error\"><msg><line>Import of certificate and private-key local-ca failed. private key doesn't exist for csr</line></msg></response>"}
It looks like the XML schema changed in 10.1, and
<keypair>
is now<key>
. GUI debug from 10.0 and 10.1 compared:Describe the solution you'd like
Accommodate all current supported version of PAN-OS for importing certificate keypairs.
Describe alternatives you've considered
N/A
Additional context
N/A