aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca.conf
blob: ffe6cc631edfa4528264130176a886cabff5f984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cert:
  lifetime: 900
  renewal: 300

ca:
  dn: 'DC=com,DC=example'
  lifetime: 3600
  key:
    curve: secp521r1

hub:
  hosts:
  - hubs.example.com
  subnets:
  - '10.0.0.0/8'
  - '172.16.0.0/16'
  - 'fd06:f00d:cafe::/64'

crl:
  dist-point: 'http://example.com/dmvpn-ca.crl'
  lifetime: 90
  renewal: 30