Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ast_tls_cert: Add option to skip passphrase for CA private key.#1065

Merged
asterisk-org-access-app[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1064
Jan 16, 2025
Merged

ast_tls_cert: Add option to skip passphrase for CA private key.#1065
asterisk-org-access-app[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1064

Conversation

@InterLinked1

Copy link
Copy Markdown
Contributor

Currently, 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

@InterLinked1

Copy link
Copy Markdown
Contributor Author

cherry-pick-to: 20
cherry-pick-to: 21
cherry-pick-to: 22

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: asterisk#1064
@gtjoseph gtjoseph added the cherry-pick-test Trigger dry run of cherry-picks label Jan 16, 2025
@github-actions github-actions Bot added cherry-pick-testing-in-progress Cherry-Pick tests in progress cherry-pick-checks-failed Cherry-Pick checks failed and removed cherry-pick-test Trigger dry run of cherry-picks cherry-pick-testing-in-progress Cherry-Pick tests in progress labels Jan 16, 2025
@asterisk-org-access-app asterisk-org-access-app Bot merged commit cd97f40 into asterisk:master Jan 16, 2025
@github-actions

Copy link
Copy Markdown

Successfully merged to branch master and cherry-picked to ["20","21","22"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[improvement]: ast_tls_script: Add option to skip passphrase for CA private key

3 participants