Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shinmog opened this issue Aug 16, 2023 · 2 comments

Comments

@shinmog
Copy link
Collaborator

shinmog commented Aug 16, 2023

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>
@jcrubaugh
Copy link

jcrubaugh commented Nov 28, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants