How to delete a ssl-tls-service-profile not shown in WebUI?
I can't delete a certificate because of "references from the ssl-tls-service-profile",
but it's a profile that I don't see in the WebUI.
Lookign in an XML editor, I see the profile is located in the vsys1 config (see below).
But, the firewall is not a multi-vsys firewall and it's never even been managed by Panorama.
I could not come up with a CLI command to reference vsys1, to delete the object.
Is there a CLI command I can use, or is editing the XML file the only way to delete this object?
Thanks.
The ssl-tls-service profile does not show in the WebUI. (This profile is a different one).
How did this item ever get stored under vsys1 and how do I delete it easily?
26 Views





Ah you threw me off track with that config screenshot ;)
Go like this
> set cli config-output-format set
> configure
> show | match GoDaddy
Find all set commands that include the cert you want to remove, copy them into notepad and replace 'set' for 'delete'
Paste your commands and then commit
That should fix it