aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca.conf
blob: 0b879b7b68d00c84e6dc92e443ff528bddbc4e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cert:
  lifetime: 600

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'