aboutsummaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..d1c95cc
--- /dev/null
+++ b/config.yaml
@@ -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'