https://github.com/arkency/ca-certificates-cookbook
https://github.com/arkency/ca-certificates-cookbook
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/ca-certificates-cookbook
- Owner: arkency
- Created: 2013-04-10T16:19:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T09:29:37.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T20:44:07.100Z (12 months ago)
- Language: Ruby
- Size: 116 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Description
===========
Installs and configures CA certificates.
Requirements
============
Works on Ubuntu and Debian.
Usage
=====
Just include `ca-certificates` in your node's `run_list`:
```json
{
"name": "my_node",
"run_list": [
"recipe[ca-certificates]"
]
}
```
License and Authors
===================
Author:: Arkency
Copyright 2013, Arkency
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.