-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
42 lines (39 loc) · 1.15 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu/xenial64 # 16.04
- name: ubuntu/trusty64 # 14.04
- name: centos/7 # 7
- name: debian/stretch64 # 9
- name: debian/jessie64 # 8
suites:
- name: default
run_list:
- recipe[cop_tls::dhparams]
- recipe[cop_tls::snakeoil]
- recipe[cop_tls::install_certs]
attributes:
tls:
certs:
test.localhost.org:
cert: 'certificate goes here'
key: 'private key goes here'
dhparams:
bits: 512
files:
- /etc/ssl/certs/dhparams.pem
- /tmp/dhparams.pem
snakeoil:
certs:
test.localhost.com:
bits: 2048
days: 400
country: US
state: Oregon
city: Portland
company: Copious
section: Devoops
hostname: test.localhost.com
contact: satan@copiousdev.com