]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_tls_cert: Make certificate validity configurable.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 16 Jul 2025 13:06:35 +0000 (09:06 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:55:23 +0000 (19:55 +0000)
commitf313e55223ab8df167dab2476d79747a0e8cdc46
tree33ea624d14981356580b22b834880433b730db68
parent9f5a7b2ff2acf47ef0acffdb99861604fc02608e
ast_tls_cert: Make certificate validity configurable.

Currently, the ast_tls_cert script is hardcoded to produce certificates
with a validity of 365 days, which is not generally desirable for self-
signed certificates. Make this parameter configurable.

Resolves: #1307
(cherry picked from commit 9347ab76a7e063fb0058a5160df9b22167f6bedb)
contrib/scripts/ast_tls_cert