Forum Discussion

Bciesz_171056's avatar
Jan 24, 2018

Check where SSL profile is used

Morning :)

 

I've inherited an F5, and the previous admin was a little bit off with his SSL management. I need to do some cleaning up, and one question came up. I've already found a way to figure out which profiles are using particular SSL certificates. Now I need to move a step forward and find a matching VS for my SSL profiles

 

Is there an easy tmsh command which could achieve that (or at least move me one step closer)?

 

2 Replies

  • I tried this command on v13.0.0, list ltm virtual profiles | grep virtual -A 4 but in the output, it gives me the ASM Policies attached to the virtual server but not the SSL Profiles

     

  • This might be what you're after:

    list ltm virtual profiles | grep virtual -A 4

     ltm virtual my_vs {
        profiles {
            clientssl {
                context clientside
            }