Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

windows_ssl (1) Versions 0.1.0

Installs/Configures windows_ssl

Policyfile
Berkshelf
Knife
cookbook 'windows_ssl', '~> 0.1.0', :supermarket
cookbook 'windows_ssl', '~> 0.1.0'
knife supermarket install windows_ssl
knife supermarket download windows_ssl
README
Dependencies
Quality 17%

windows_ssl Cookbook

This cookbook installs and binds SSL certificates on Windows

Requirements

Cookbooks

windows

Resource/Provider

import_certificate

Actions

:import - imports the certificate into the certificate store

Attribute Parameters

  • path: the path to the certificate
  • password: the password for the certificate file
  • type: the type of certificate (currently only supports pfx)

Examples

windows_ssl_import_certificate "import the ssl cert" do
    path 'c:\certificate.pfx'
    password 'p@ssw0rd'
    type :pfx
    action :import
end

bind_certificate

Actions

:bind - binds a certificate to a port

Attribute Parameters

  • hash: the certificate hash
  • port: the port
  • ip_address: the ip address to bind to. Defaults to 0.0.0.0 (any ip address)
  • app_guid: the application guid. Defaults to 00000000-0000-0000-0000-000000000000 (any application)

Examples

windows_ssl_bind_certificate "bind the ssl cert" do
    hash '991deaa340c14b45214927f58a8b7288d9ce6906'
    port 443
    ip_address '0.0.0.0'
    app_guid '1A25F4DE-A3DE-FEA2-EAF0-023FA1AD324'
    action :bind
end

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.0 failed this metric

FC064: Ensure issues_url is set in metadata: windows_ssl/metadata.rb:1
FC065: Ensure source_url is set in metadata: windows_ssl/metadata.rb:1
FC066: Ensure chef_version is set in metadata: windows_ssl/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: windows_ssl/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: windows_ssl/resources/bind_certificate.rb:1
FC074: LWRP should use DSL to define resource's default action: windows_ssl/resources/import_certificate.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number