]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_tls_cert: Add option to skip passphrase for CA private key.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 14 Jan 2025 22:49:53 +0000 (17:49 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:39:41 +0000 (18:39 +0000)
commit413e92937111a3c8434e4e8572131e81538de644
treed98358c443d32efa2ab72ddc2b80a814bab2f483
parent2253fa052d558866b03e04fe2471feb0663cd043
ast_tls_cert: Add option to skip passphrase for CA private key.

Currently, the ast_tls_cert file is hardcoded to use the -des3 option
for 3DES encryption, and the script needs to be manually modified
to not require a passphrase. Add an option (-e) that disables
encryption of the CA private key so no passphrase is required.

Resolves: #1064
(cherry picked from commit 5438d28bcd3d8229bed7f53b53ff3b7a35f33894)
contrib/scripts/ast_tls_cert