aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dmvpn-ca.conf')
-rw-r--r--dmvpn-ca.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/dmvpn-ca.conf b/dmvpn-ca.conf
new file mode 100644
index 0000000..d1c95cc
--- /dev/null
+++ b/dmvpn-ca.conf
@@ -0,0 +1,17 @@
+cert:
+ lifetime: 600
+
+ca:
+ dn: 'DC=com,DC=example'
+ lifetime: 3600
+ key:
+ curve: secp521r1
+
+hub:
+ subnets:
+ - '10.0.0.0/8'
+ - '172.16.0.0/16'
+ - 'fd06:f00d:cafe::/64'
+
+crl:
+ dist-point: 'http://example.com/dmvpn-ca.crl'