]> 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:42:29 +0000 (18:42 +0000)
commit9ffdda5936e07fd9697337a485b75d252192171e
treeda5c1bc7a57648ee19c85f931bd9a0153d141858
parente352383dd8dc68c3a27a3c984d7aadb8ef618fbc
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 eca4ec6b5ea29a7ab9a67fb21fbe0b93b214c9f1)
contrib/scripts/ast_tls_cert