blob: a5147b4e8eaa74bbce1c14c72784f84428168ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//
// Options put here are inherited by all nodes.
//
{
"ssh": {
"mosh": {
"enabled": true
}
},
//
// if you don't want to use let's encrypt, apply the tag 'comodo'
//
"x509": {
"commercial_ca_cert": "= x509.use_commercial ? file('cert/lets_encrypt_ca.crt') : nil"
}
}
|