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
autoca
Commits
70c717c8
Commit
70c717c8
authored
Dec 29, 2012
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tlsauth.key to the Tunnelblick config bundle
parent
0f661fef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
autovpn/vpn_app.py
autovpn/vpn_app.py
+1
-0
No files found.
autovpn/vpn_app.py
View file @
70c717c8
...
...
@@ -270,6 +270,7 @@ def new_cert_dl():
(
'%s.tblk/crl.pem'
%
cn
,
g
.
ca
.
get_crl
(
format
=
'pem'
)),
(
'%s.tblk/%s.crt'
%
(
cn
,
cn
),
crt_pem
),
(
'%s.tblk/%s.key'
%
(
cn
,
cn
),
key_pem
),
(
'%s.tblk/tlsauth.key'
%
cn
,
current_app
.
config
[
'TLS_AUTH_KEY'
]),
]
zbuf
=
StringIO
()
...
...
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