]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 22 Jul 2025 13:20:20 +0000 (13:20 +0000)
commit16280837d2455e013fc9940cb87873b9fc7987c6
tree972678bfff58f4d5298eba2e21f94fbf4202a342
parent32b8bf0169d038ad3d4573414149e89107d247d4
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
contrib/scripts/ast_tls_cert