Message ID | 20181204160502.1089-1-arne@rfc2549.org |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel] Add tls-crypt-v2 to the list of supported inline options | expand |
On 04-12-18 17:05, Arne Schwabe wrote: > Signed-off-by: Arne Schwabe <arne@rfc2549.org> > --- > doc/openvpn.8 | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/doc/openvpn.8 b/doc/openvpn.8 > index eae2bd94..9d1a3fa6 100644 > --- a/doc/openvpn.8 > +++ b/doc/openvpn.8 > @@ -6921,9 +6921,10 @@ X509_1_C=KG > .SH INLINE FILE SUPPORT > OpenVPN allows including files in the main configuration for the > .B \-\-ca, \-\-cert, \-\-dh, \-\-extra\-certs, \-\-key, \-\-pkcs12, \-\-secret, > -.B \-\-crl\-verify, \-\-http\-proxy\-user\-pass, \-\-tls\-auth > +.B \-\-crl\-verify, \-\-http\-proxy\-user\-pass, \-\-tls\-auth, > +.B \-\-tls\-crypt, > and > -.B \-\-tls\-crypt > +.B \-\-tls\-crypt-v2 > options. > > Each inline file started by the line > Absolutely correct. Acked-by: Steffan Karger <steffan.karger@fox-it.com> -Steffan
Your patch has been applied to the master branch. commit 584b1717e7eaa8e44c675efb1f2dcbbaed2c0db3 Author: Arne Schwabe Date: Tue Dec 4 17:05:02 2018 +0100 Add tls-crypt-v2 to the list of supported inline options Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Steffan Karger <steffan.karger@fox-it.com> Message-Id: <20181204160502.1089-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17980.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/doc/openvpn.8 b/doc/openvpn.8 index eae2bd94..9d1a3fa6 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -6921,9 +6921,10 @@ X509_1_C=KG .SH INLINE FILE SUPPORT OpenVPN allows including files in the main configuration for the .B \-\-ca, \-\-cert, \-\-dh, \-\-extra\-certs, \-\-key, \-\-pkcs12, \-\-secret, -.B \-\-crl\-verify, \-\-http\-proxy\-user\-pass, \-\-tls\-auth +.B \-\-crl\-verify, \-\-http\-proxy\-user\-pass, \-\-tls\-auth, +.B \-\-tls\-crypt, and -.B \-\-tls\-crypt +.B \-\-tls\-crypt-v2 options. Each inline file started by the line
Signed-off-by: Arne Schwabe <arne@rfc2549.org> --- doc/openvpn.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)