Forum Discussion

saidshow_251381's avatar
saidshow_251381
Icon for Cirrostratus rankCirrostratus
Apr 26, 2016
Solved

Finding what Certificates are used by what SSL Profiles

Hi,   I have a couple new certificates that will replace existing certificates on the F5. The new certificates will need to have new names and as a result the SSL profiles that use the old certifi...
  • shopkeeper56_23's avatar
    Apr 27, 2016

    Easiest way to show what certs are attached to what profile would be the following.

    tmsh list ltm profile client-ssl cert
    tmsh list ltm profile server-ssl cert
    

    This will imply list all the SSL Profiles and the individual certs attached to them.