-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Refactor CSR generation (#55)
* Refactor CSR generation Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * handle multiple private key types Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix parsing in transport layer Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * Remove logging Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * add multiple key type support Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * update issue cert method Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * make the strings to constants Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * rename signcsr to issuefromcsr Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * move create csr to cli tool Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * refactor issue cert method Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * address comments Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * change variable from any to crypto.PrivateKey Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * Refactor issueCerts Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * fix failing linter Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * refactor issueCerts and issueforcsr Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * rename getsubject to subjectFromOpts Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> --------- Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
- Loading branch information
1 parent
f2b8a9a
commit 04dbd2c
Showing
21 changed files
with
393 additions
and
1,795 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
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
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
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
Oops, something went wrong.