Jump to content

Looking to show all certs with no vserver bindings...


Recommended Posts

 

Using the following query, I'm trying to find all the certs across all my ADCs that are not bound to any vServers.

Its working for the most part but not finding all. Anyone have any luck with this?

 

https://<adm-ip>/nitro/v1/config/ns_ssl_certkey?filter=no_of_bound_entities:0&pageno=1&pagesize=5000&attrs=ns_ip_address,no_of_bound_entities,status,ssl_certificate

 

   {

            "status": "Valid",

            "ns_ip_address": "0.0.0.0",

            "no_of_bound_entities": "0",

            "ssl_certificate": "/nsconfig/ssl/Entrust_Root_CA.pem"

        },

        {

            "status": "Valid",

            "ns_ip_address": "0.0.0.0",

            "no_of_bound_entities": "0",

            "ssl_certificate": "/nsconfig/ssl/myCompantCert.cer"

        },

 

Best,

Chad

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...