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

Added support for SSL stapling of OCSP responses. #213

Merged
merged 2 commits into from
Dec 30, 2013

Conversation

hdanes
Copy link
Contributor

@hdanes hdanes commented Dec 29, 2013

Example usage:
ssl_stapling => true,
ssl_stapling_verify => true,
ssl_trusted_cert => 'puppet:///modules/modulename/ssl.hostname.crt',
ssl_stapling_file => 'puppet:///modules/modulename/ssl.hostname.key',
ssl_stapling_responder => 'http://www.example1.com',
resolver => 'http://www.example2.com',

@jfryman
Copy link
Contributor

jfryman commented Dec 30, 2013

Pretty neat! Thanks for the code!

jfryman pushed a commit that referenced this pull request Dec 30, 2013
Added support for SSL stapling of OCSP responses.
@jfryman jfryman merged commit bf5b067 into voxpupuli:master Dec 30, 2013
@hdanes hdanes deleted the ssl_stapling branch December 30, 2013 17:38
jfryman pushed a commit that referenced this pull request Dec 30, 2013
Fix "invalid byte sequence in UTF-8" errors introduced in #213
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