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

chain_name defaults to nil but needs to be defined to use chain #24

Closed
AlexeyDemidov opened this issue Apr 14, 2016 · 2 comments
Closed

Comments

@AlexeyDemidov
Copy link
Contributor

In following example (chain_name omitted) chain content is ignored and not included in chained site.com.pem.chained.pem. While chain_name default value is documented in README but it probably should specify that you need to explicitly define chain_name to use intermediate certificate.

cert = ssl_certificate "site.com" do
    source 'data-bag'
    bag 'ssl_certs'
    key_item "site.com"
    key_item_key 'key'
    cert_item "site.com"
    cert_item_key 'cert'
    chain_item "site.com"
    chain_item_key 'chain'
  end
@zuazo zuazo closed this as completed in 5fa744a Apr 14, 2016
@zuazo
Copy link
Owner

zuazo commented Apr 14, 2016

Hi @AlexeyDemidov,

Thanks for the issue 😉

I added a little explanation in the README. I hope it's enough.

@zuazo
Copy link
Owner

zuazo commented Jun 6, 2016

Documentation fix released in 1.12.0.

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

No branches or pull requests

2 participants