]> 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:44 +0000 (17:45 +0000)
commit5438d28bcd3d8229bed7f53b53ff3b7a35f33894
tree707559785d11f83a9273c27ba7161bb3696ca18e
parentea3ac94bbfa0dea90b9516713140349a8a95c8c3
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