TimRiker
Cirrocumulus
Dec 13, 2018Mike,
We don't currently export ssl profiles. The certificates are exported in
certificates.json, and virtualservers.json includes the referenced SSL client and server profiles, but currently there is nothing exported that links them together.
I've been using
jq on the command line to so some SSL investigation work myself. I download virtualservers.json with wget or curl and then run things like:
jq '.[] | select(.sslprofileclient[] | index("TLS1")) | {loadbalancer,name,sslprofileclient,ip}' virtualservers.json
to show virtual servers using a given ssl client profile.
How would you show this in the UI? Perhaps a certificate details page for each entry in the certificates table? That could export policies that use the cert provided we can figure out how to lookup that information.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)