pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

Feature request: SSL decryption rules can have multiple certificates (PAN-OS 10.2)

Open shinmog opened this issue 2 years ago • 2 comments

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>

shinmog avatar Aug 16 '23 10:08 shinmog

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

jcrubaugh avatar Nov 28 '23 02:11 jcrubaugh

im sure most people know this, but wanted to at least share that I was able to accomplish this via the rest API

jcrubaugh avatar Jan 24 '24 04:01 jcrubaugh