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

Fixed bug in site set-https-certificate #1085

Merged
merged 1 commit into from
May 26, 2016

Conversation

TeslaDethray
Copy link
Contributor

Fixes #1072

),
'intermediary' => $this->input()->optional(
['choices' => $assoc_args, 'key' => 'intermediate-certificate',]
),
Copy link
Contributor

Choose a reason for hiding this comment

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

@TeslaDethray how do we make it so that if someone is doing this interactively, we propose the intermediary certificate, but if they aren't, that we don't break their script by popping into an interactive process? Or does the input()->optional() handle that already?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just changed it so that it will ask users operating interactively for an intermediary certificate.

@TeslaDethray TeslaDethray force-pushed the fix/site_set-https-certificate branch from 47d94be to 407e32a Compare May 26, 2016 18:53
@bensheldon
Copy link
Contributor

👍

@TeslaDethray TeslaDethray merged commit e53dfc3 into master May 26, 2016
@TeslaDethray TeslaDethray deleted the fix/site_set-https-certificate branch May 26, 2016 20:42
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.

2 participants