From 9b91b7a6559047107295b62968375f0450a22c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Leca?= <2142505+lecajer@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:43:02 -1000 Subject: [PATCH] Fix doc to get "embedded certificates" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9106737..699fca92 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq). * Retrieve the client configuration with embedded certificates - docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_getclient CLIENTNAME > CLIENTNAME.ovpn + docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_getclient CLIENTNAME combined > CLIENTNAME.ovpn ## Next Steps