From d66248e9f0bf4bbf8ae992b94d4ff05fec77e6ea Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Thu, 14 Apr 2022 16:38:43 +0200 Subject: [PATCH] openvpn: update README --- openvpn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn/README.md b/openvpn/README.md index 27b507d4..ddaffcce 100644 --- a/openvpn/README.md +++ b/openvpn/README.md @@ -23,6 +23,6 @@ Then, you can use `shellpki` to generate client certificates. * `openvpn_netmask`: netmask of the network to use for OpenVPN * `openvpn_netmask_cidr`: automatically generated prefix length of the netmask, in CIDR notation -## TODO +## Dependencies -* See TODO tasks in tasks/*.yml +* Files in `files/shellpki/*` are gotten from the upstream [shellpki](https://gitea.evolix.org/evolix/shellpki) and must be updated when the upstream is.