|
6 | 6 |
|
7 | 7 | ## Description |
8 | 8 |
|
9 | | -This [InSpec](https://github.com/chef/inspec) compliance profile implement the [CIS Docker 1.11.0 Benchmark](https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110) in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. |
| 9 | +This [InSpec](https://github.com/chef/inspec) compliance profile implement the [CIS Docker 1.12.0 Benchmark](https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.120) in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. |
10 | 10 |
|
11 | 11 | InSpec is an open-source run-time framework and rule language used to specify compliance, security, and policy requirements for testing any node in your infrastructure. |
12 | 12 |
|
13 | 13 | ## Requirements |
14 | 14 |
|
15 | | -* [InSpec](https://github.com/chef/inspec) |
| 15 | +* [InSpec](http://inspec.io/) |
16 | 16 |
|
17 | 17 | ### Platform |
18 | 18 |
|
@@ -60,9 +60,18 @@ We use a yml attribute file to steer the configuration, the following options ar |
60 | 60 | * `managable_container_number: 25` |
61 | 61 | keep number of containers on a host to a manageable total. cis-docker-benchmark-6.5 |
62 | 62 |
|
| 63 | + * `daemon_tlscacert : /etc/docker/ssl/ca.pem` |
| 64 | + configure the Trust certs. cis-docker-benchmark-2.6 |
| 65 | + |
| 66 | + * `daemon_tlscert: /etc/docker/ssl/server_cert.pem` |
| 67 | + configure the server certificate. cis-docker-benchmark-2.6 |
| 68 | + |
| 69 | + * `daemon_tlskey: /etc/docker/ssl/server_key.pem` |
| 70 | + configure the server key. cis-docker-benchmark-2.6 |
| 71 | + |
63 | 72 | ## Usage |
64 | 73 |
|
65 | | -InSpec makes it easy to run your tests wherever you need. More options listed here: https://github.com/chef/inspec/blob/master/docs/ctl_inspec.rst |
| 74 | +InSpec makes it easy to run your tests wherever you need. More options listed here: [InSpec cli](http://inspec.io/docs/reference/cli/) |
66 | 75 |
|
67 | 76 | ``` |
68 | 77 | # run profile locally |
@@ -110,4 +119,4 @@ limitations under the License. |
110 | 119 |
|
111 | 120 | [1]: http://travis-ci.org/dev-sec/cis-docker-benchmark |
112 | 121 | [2]: https://gitter.im/dev-sec/general |
113 | | -[3]: https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.11.0_Benchmark_v1.0.0.pdf |
| 122 | +[3]: https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.12.0_Benchmark_v1.0.0.pdf |
0 commit comments