aboutsummaryrefslogtreecommitdiff
path: root/test/provider/services/openvpn.json
blob: 958320fadb8763db5475d4799326b8203b3e14b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "openvpn": {
    "ports": ["80", "443", "53", "1194"],
    "filter_dns": false,
    "nat": true,
    "ca_crt": "= file 'ca/ca.crt'",
    "ca_key": "= file 'ca/ca.key'",
    "dh": "= file 'ca/dh.pem'",
    "server_crt": "= file :node_x509_cert",
    "server_key": "= file :node_x509_key"
  },
  "service_type": "user_service"
  #"x509": {
  #  "use": true
  #}
}