-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ca-authority-key-export: add --algorithm option
We need to support AES key export, but also require backwards compatibility with existing servers that can only import DES-EDE3-CBC. So as a first step, teach the ca-authority-key-export command the --algorithm option, which defaults to 1.2.840.113549.3.7 (DES-EDE3-CBC). AES support will be added in a subsequent commit. Part of: https://pagure.io/dogtagpki/issue/2666
- Loading branch information
1 parent
e433237
commit a47581f
Showing
1 changed file
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters