Browse code

Add documentation for http-proxy-user-pass option

Patch V2: fix formatting problems
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <1466167786-13748-1-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11933

Signed-off-by: Gert Doering <gert@greenie.muc.de>

Arne Schwabe authored on 2016/06/17 21:49:46
Showing 2 changed files
... ...
@@ -51,6 +51,10 @@ AEAD (GCM) data channel cipher support
51 51
     bytes per packet for AES-128-GCM instead of 36 bytes per packet for
52 52
     AES-128-CBC + HMAC-SHA1).
53 53
 
54
+Http proxy password inside config file
55
+	Http proxy passwords can be specified with the inline file option
56
+    http-proxy-user-pass
57
+
54 58
 
55 59
 User-visible Changes
56 60
 --------------------
... ...
@@ -497,7 +497,10 @@ and port
497 497
 If HTTP Proxy-Authenticate is required,
498 498
 .B authfile
499 499
 is a file containing a username and password on 2 lines, or
500
-"stdin" to prompt from console.
500
+"stdin" to prompt from console. Its content can also be specified
501
+in the config file with the
502
+.B \-\-http\-proxy\-user\-pass
503
+option. (See section on inline files)
501 504
 
502 505
 .B auth\-method
503 506
 should be one of "none", "basic", or "ntlm".
... ...
@@ -6581,7 +6584,7 @@ X509_1_C=KG
6581 6581
 .SH INLINE FILE SUPPORT
6582 6582
 OpenVPN allows including files in the main configuration for the
6583 6583
 .B \-\-ca, \-\-cert, \-\-dh, \-\-extra\-certs, \-\-key, \-\-pkcs12, \-\-secret,
6584
-.B \-\-crl-verify
6584
+.B \-\-crl\-verify, \-\-http\-proxy\-user\-pass
6585 6585
 and
6586 6586
 .B \-\-tls\-auth
6587 6587
 options.