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

Add --no-password flag to the request-cert sub command #40

Closed
wants to merge 1 commit into from

Conversation

fgrosse
Copy link

@fgrosse fgrosse commented Jun 29, 2017

This fixes #37 via an opt-in flag.

@csstaub
Copy link
Contributor

csstaub commented Jun 29, 2017

Hi @fgrosse! Thank you for your pull request, code looks good. However before we can accept your contribution into the project, Square requires an Individual Contributor License Agreement to be signed. Please let me know once you've signed the CLA and I will merge this. Thank you!

@@ -36,6 +36,7 @@ func NewCertRequestCommand() cli.Command {
Description: "Create certificate for host, including certificate signing request and key. Must sign the request in order to generate a certificate.",
Flags: []cli.Flag{
cli.StringFlag{"passphrase", "", "Passphrase to encrypt private-key PEM block", ""},
cli.BoolFlag{"no-password", "Do not ask for a passowrd to encrypt the private-key PEM block", ""},

Choose a reason for hiding this comment

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

password spelling error.

@mcpherrinm
Copy link
Contributor

No CLA.

This isn't the approach I'd prefer; I think it should be an opt-out flag.

@mcpherrinm mcpherrinm closed this Sep 20, 2017
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.

Reconsider prompting for passwords by default
4 participants