Nethserver Core 3.6.0 implements a new event and API for TLS certificates management that supports certificates with SAN and wildcard names, #7004.
For security, the new implementation does not store the certificate private key in Redis. Apps with Traefik's "certadm" authorization must invoke Traefik's get-certificate action to obtain the certificate and private key.
The currently implemented event handler, certificate-updated is deprecated and will be removed in future releases and Redis keys with cert and key will be removed.
Proposed solution
Implement the new behavior in NethVoice and NethVoice Proxy.
See also
Thanks to @Amygos
Nethserver Core 3.6.0 implements a new event and API for TLS certificates management that supports certificates with SAN and wildcard names, #7004.
For security, the new implementation does not store the certificate private key in Redis. Apps with Traefik's "certadm" authorization must invoke Traefik's
get-certificateaction to obtain the certificate and private key.The currently implemented event handler,
certificate-updatedis deprecated and will be removed in future releases and Redis keys with cert and key will be removed.Proposed solution
Implement the new behavior in NethVoice and NethVoice Proxy.
See also
Thanks to @Amygos