Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent ca-profile-add/mod parameter #1733

Open
pki-bot opened this issue Oct 3, 2020 · 1 comment
Open

Inconsistent ca-profile-add/mod parameter #1733

pki-bot opened this issue Oct 3, 2020 · 1 comment
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #1170. Originally filed by edewata (@edewata) on 2014-10-01 20:33:37:

  • Assigned to nobody

The ca-profile-add and ca-profile-mod commands currently take a single argument which is the path to the input file. Other ca-profile-* commands take a single argument which is the profile ID. To be more consistent the add and mod commands should take an optional profile ID argument and use an option to specify the input file:

$ pki ca-profile-add --input new-profile.xml
$ pki ca-profile-mod --input updated-profile.xml

This way the commands can also be used to add/modify a profile without input files.

$ pki ca-profile-add testprofile --description "blank profile"
$ pki ca-profile-mod testprofile --description "new description"

Proposed milestone: 10.3

@pki-bot pki-bot added this to the UNTRIAGED milestone Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from edewata (@edewata) at 2017-02-27 14:00:06

Metadata Update from @edewata:

  • Issue set to the milestone: UNTRIAGED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant