]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 16 Jan 2025 17:45:46 +0000 (17:45 +0000)
commiteca4ec6b5ea29a7ab9a67fb21fbe0b93b214c9f1
tree0b54e2424e738a0617ab1fade92da84d3d69486a
parent1b0cd8b10dc0f84199c0752b2441ebbbb6fce058
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
contrib/scripts/ast_tls_cert