cookbook 'dhparam', '~> 2.0.1', :supermarket
dhparam (4) Versions 2.0.1 Follow0
Create DH parameters files
cookbook 'dhparam', '~> 2.0.1'
knife supermarket install dhparam
knife supermarket download dhparam
dhparam-cookbook
Chef cookbook to create DH parameters files.
Resources
dhparam_file
Create a DH parameters file with the specified key length.
dhparam_file 'default' do
key_length 2048
action :create
end
Helpers
# Get a full path to a specific DH parameters file
::ChefCookbook::DHParam.file(node, 'default') # /etc/chef-dhparam/2048.pem
License
MIT @ Alexander Pyatkin
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[2.0.1] - 2021-02-19
Added
- Added CHANGELOG.
Fixed
- Fixed cookstyle issues.