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

Allow multiple PEM-encoded certificates in the ca_file. #174

Merged
merged 1 commit into from May 27, 2014

Conversation

nelhage
Copy link
Contributor

@nelhage nelhage commented May 26, 2014

fixes #167

This should be what I want. This is pretty common practice: Some examples I found offhand of software that accepts a CA file and decodes multiple PEM-encoded certs:

  • openssl verify's -CAfile option
  • mutt's certificate_file option
  • curl's --cacert option
  • puppet's ssl_server_ca_auth and ssl_client_ca_auth options

@tiwilliam
Copy link
Contributor

LGTM! Will let @armon have a second opinion before merge.

OT: Saw your talk live at DEFCON 2011, impressive work!

@armon
Copy link
Member

armon commented May 27, 2014

LGTM! Thanks!

armon added a commit that referenced this pull request May 27, 2014
Allow multiple PEM-encoded certificates in the ca_file.
@armon armon merged commit c510893 into hashicorp:master May 27, 2014
duckhan pushed a commit to duckhan/consul that referenced this pull request Oct 24, 2021
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.

ca_file should allow multiple PEM-encoded certificates
3 participants