Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/ca-certificates-cookbook
https://github.com/arkency/ca-certificates-cookbook
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/ca-certificates-cookbook
- Owner: arkency
- Created: 2013-04-10T16:19:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T09:29:37.000Z (almost 11 years ago)
- Last Synced: 2023-03-25T10:37:56.127Z (over 1 year 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 athttp://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.