Add organisation in command line#37
Open
mrjk wants to merge 10 commits intoclemtibs:masterfrom
mrjk:feat/add-org-in-params
Open
Add organisation in command line#37mrjk wants to merge 10 commits intoclemtibs:masterfrom mrjk:feat/add-org-in-params
mrjk wants to merge 10 commits intoclemtibs:masterfrom
mrjk:feat/add-org-in-params
Conversation
This commit add an new optional parameter in command line to select the organisation the user want to work with. It allows pkictl to be embedded in a distro as a generic tool to manage an organisation pki.
This commit changes the default config, ca and import directory into subdirectory. This is to avoid flat file organisation, and a better file structure.
This change to make cleaner the project root, and to fit to the new default settings.
This feature allows to load environment variable from a configuration file. The configuration file should be a simple bash script where environment variables are exported.
* feat(pkictl): add batch mode support This allow to autosign requests when used via scripts (like ansible). However it breaks unit tests on eecert as they ask user input to fill certificate requests. The correct work around is to prefill user data in openssl configurations. * docs(README.MD): add PKICTL_BATCH explanations
Feat/config file support This feature allows to load a config file in some specific directories before being executed. It is an alternative to environment variables.
Refactor/default paths This feature will change all default paths for openssl configuration. This potentially breaks compatibility, but it can be easily fixed to get back the old behavior while doing: export $PKICTL_CONFIG_DIR=$(pwd)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This would allow a better system/OS integration, and make easier to maintain more than one PKI.