pan-os-python
pan-os-python copied to clipboard
Feature request: SSL decryption rules can have multiple certificates (PAN-OS 10.2)
Starting in PAN-OS 10.2, ssl decryption rules can have multiple certificates. A user on live said the xml changed from this:
<type>
<ssl-inbound-inspection>
test-cert
</ssl-inbound-inspection>
</type>
to this:
<type>
<ssl-inbound-inspection>
<certificates>
<member>test-cert</member>
</certificates>
</ssl-inbound-inspection>
</type>
any idea when this might be updated ? i just found this bug today when trying to code for an upcoming migration and i cant migrate my decryption rules :(, at least automagically :) . ill still be able to do this manually
im sure most people know this, but wanted to at least share that I was able to accomplish this via the rest API