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

Draft: feat(req): add parameter to hand over complete CSR #239

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nsballmann
Copy link

@nsballmann nsballmann commented Nov 25, 2024

This feature adds a parameter to the req sub-command to allow handing over a complete CSR instead of specifying only parts of it.

This originates from rutgerputter#1 but I haven't reviewed myself, yet.

Comment on lines 55 to +62
)
group.add_argument(
"-csrfile",
action="store",
metavar="CSR file name",
help="Path to CSR file for use with OpenSSL-generated Certificate Requests",
# Conflicts with -upn,-dns,-sid,-subject,-retrieve,-on-behalf-of,-pfx
)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
)
group.add_argument(
"-csrfile",
action="store",
metavar="CSR file name",
help="Path to CSR file for use with OpenSSL-generated Certificate Requests",
# Conflicts with -upn,-dns,-sid,-subject,-retrieve,-on-behalf-of,-pfx
)
)
# Probably conflicts with -upn,-dns,-sid,-subject,-retrieve,-on-behalf-of,-pfx
group.add_argument(
"-csrfile",
action="store",
metavar="CSR file name",
help="Path to CSR file for use with OpenSSL-generated Certificate Requests",
)

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

Successfully merging this pull request may close these issues.

1 participant