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 support to set SSLCARevocationCheck on Apache 2.4 #866

Merged
merged 1 commit into from
Sep 29, 2014

Conversation

domcleal
Copy link
Contributor

Apache 2.4 needs an additional SSLCARevocationCheck directive to enable checking of a CRL, e.g. for a Puppet master vhost.

See puppetlabs/puppet@b02af7e for more background


The acceptance tests are provided untested - apologies, I don't have an environment to run them in.

@@ -25,6 +25,7 @@
$default_ssl_ca = undef,
$default_ssl_crl_path = undef,
$default_ssl_crl = undef,
$default_ssl_crl_check = undef,
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please align the '='?

@underscorgan
Copy link
Contributor

In addition to my other comments, since this adds new parameters it will require README updates.

Apache 2.4 needs an additional SSLCARevocationCheck directive to enable
checking of a CRL, e.g. for a Puppet master vhost.

See puppetlabs/puppet@b02af7e
for more background
@domcleal
Copy link
Contributor Author

@mhaskel thanks for the review and test. Both items fixed, and the two parameters are now documented in the README.

underscorgan pushed a commit that referenced this pull request Sep 29, 2014
Add support to set SSLCARevocationCheck on Apache 2.4
@underscorgan underscorgan merged commit 81b9541 into puppetlabs:master Sep 29, 2014
@underscorgan
Copy link
Contributor

@domcleal thanks for the contribution!

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

Successfully merging this pull request may close these issues.

None yet

3 participants