Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
autovpn
Commits
7d1423ea
Commit
7d1423ea
authored
Nov 19, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
c3303270
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
README.rst
README.rst
+7
-6
No files found.
README.rst
View file @
7d1423ea
...
...
@@ -21,8 +21,6 @@ Configuration
How to run the AutoVPN web application will depend on the deployment
method that you choose (mod_wsgi, FastCGI, standalone HTTP server...).
Examples of a few different drivers can be found in the apps/
directory.
In all cases though, you'll need to create a configuration file and
point the application at it (for example using the VPN_APP_CONFIG
...
...
@@ -72,14 +70,17 @@ VPN_CA_SUBJECT
In this latter case, the autoca web application will be available
under the /ca/ URL prefix.
The VPN web application supports authentication (to control who has
access to the certificate generation). To enable it, define the
following variables:
The VPN web application supports authentication. To enable it, define
the following variables:
AUTH_ENABLE
Set this to True to enable authentication
AUTH_FUNCTION
Set this to a function that should accept two arguments (username
and password) and return a True/Fals result.
and password) and return a True/False result.
Authentication is not related in any way to the contents of the
generated client certificate, it just controls access to the generation
form itself.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment