Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
autoca
Commits
70c717c8
Commit
70c717c8
authored
Dec 29, 2012
by
ale
Browse files
add tlsauth.key to the Tunnelblick config bundle
parent
0f661fef
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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