blob: 64866ddcfa8a4f7987fc12bd91ecf623531c5de7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"ca_daemon": {
"couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]",
"couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]"
},
"service_type": "internal_service",
"x509": {
"use": true,
"ca_key": "= file(:ca_key, :missing => 'CA key. Run `leap cert ca` to create the Certificate Authority.')"
}
}
|