OSL wrapper cookbook for ACME (LetsEncrypt) utilizing the acme and osl-letsencrypt-boulder-server cookbooks.
- Chef 12.18.x and higher
This includes the default recipe for the acme cookbook and sets the contact information to our default email.
This installs and starts Boulder which is the CA server behind LetsEncrypt. This allows us to do full test integration for LetsEncrypt.
NOTE: This recipe should NEVER be used in production. It is only used for testing.
This installs and starts acme-dns which streamlines ACME's DNS challenge process.
- Fork the repository on Github
- Create a named feature branch (like
username/add_component_x
) - Write tests for your change
- Write your change
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
- Author:: Oregon State University chef@osuosl.org
Copyright:: 2017, Oregon State University
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.