NethVoice certificates not removed with removal of NethVoice

Hi,

as per title, I installed NethVoice-Proxy and NethVoice. Configured them both with FQDN as per config settings. Then I removed both NethVoice and NethVoice-Proxy, but the certificates are not removed and are visiable in settings → TLS Settings.

  1. Bug?
  2. Why are the certificates of NethVoice modules visable and the certificates of other modules not?

TIA

I could reproduce the issue. The NethVoice proxy certificate is still listed on the TLS certficates page.
I’m not sure if it’s a bug or a safer way to not automatically remove certs.

The cert can be deleted on the TLS cert page or via CLI:

api-cli run module/traefik1/delete-certificate --data '{"fqdn":"proxy.domain.tld","type":"internal"}'

AFAIK “webapp only” certificates are not listed on the TLS cert page.
Apps that use certificates also for other services than web are listed.

1 Like

On the CLI had had to follow the order of cti.fqdn.ltd voice.fqdn.tld and then proxy.fqdn.tld

1 Like