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
e871a6eb
Commit
e871a6eb
authored
Jul 10, 2018
by
samba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ns-cert-type deprecated changing client autoconfig
parent
0284c609
Pipeline
#1033
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autovpn/vpn_app.py
autovpn/vpn_app.py
+2
-2
No files found.
autovpn/vpn_app.py
View file @
e871a6eb
...
...
@@ -38,7 +38,7 @@ ca ca.crt
cert %(cn)s.crt
key %(cn)s.key
crl-verify crl.pem
ns
-cert-t
ype
server
remote
-cert-t
ls
server
tls-auth tlsauth.key 1
auth SHA512
cipher AES-256-CBC
...
...
@@ -417,7 +417,7 @@ def make_app(config={}):
if
__name__
==
'__main__'
:
# Run a test instance with a standalone HTTP server.
ca_dir
=
tempfile
.
mkdtemp
()
print
'CA dir:'
,
ca_dir
print
(
'CA dir:'
,
ca_dir
)
try
:
make_app
({
'DEBUG'
:
'true'
,
'SECRET_KEY'
:
'somesecret'
,
...
...
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