- Joined
- Jun 7, 2022
- Messages
- 16
- Reaction score
- 3
Hello,
the CA/Browser Forum has officially set the schedule for shorthening the lifetime of TLS certificates:
We understand this does not impact the 3CX systems managed/hosted by 3CX and a 3CX FQDN very much.
But what about 3CX on-premise with a non-3cx fqdn? Is there an offical (supported) way of doing this?
With a lifetime of >=398 day doing this manually was ok, 100/47 days not so much.
https://www.3cx.de/forum/threads/wildcard-zertifikat-erneuern.97519/#post-316436
Is it supported to use certbot to update the nginx certificate and xapi to update the secure sip certificate/key?
- certbot is available via the 3cx repository
- xapi / configuration api:
Is there anything on the roadmap to make this easier manageable via the admin interface?
Thanks in advance
Ecki
the CA/Browser Forum has officially set the schedule for shorthening the lifetime of TLS certificates:
- From today until March 15, 2026, the maximum lifetime for a TLS certificate is 398 days.
- As of March 15, 2026, the maximum lifetime for a TLS certificate will be 200 days.
- As of March 15, 2027, the maximum lifetime for a TLS certificate will be 100 days.
- As of March 15, 2029, the maximum lifetime for a TLS certificate will be 47 days.
We understand this does not impact the 3CX systems managed/hosted by 3CX and a 3CX FQDN very much.
But what about 3CX on-premise with a non-3cx fqdn? Is there an offical (supported) way of doing this?
With a lifetime of >=398 day doing this manually was ok, 100/47 days not so much.
https://www.3cx.de/forum/threads/wildcard-zertifikat-erneuern.97519/#post-316436
Is it supported to use certbot to update the nginx certificate and xapi to update the secure sip certificate/key?
- certbot is available via the 3cx repository
- xapi / configuration api:
Code:
PATCH {{baseUrl}} /SecureSipSettings
{
"Certificate": "<string>",
"PrivateKey": "<string>"
}
Is there anything on the roadmap to make this easier manageable via the admin interface?
Thanks in advance
Ecki