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
e04e4f9f
Commit
e04e4f9f
authored
Jan 07, 2012
by
ale
Browse files
another attempt at a proper .tblk generation
parent
fdc54f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
autovpn/vpn_app.py
View file @
e04e4f9f
...
...
@@ -192,11 +192,11 @@ def new_cert_dl():
(
'README.txt'
,
README_TEMPLATE
%
vars
),
# Tunnelblick configuration for OSX
(
'%s.tblk/
Contents/
Info.plist'
%
cn
,
TBLK_PLIST_TEMPLATE
%
vars
),
(
'%s.tblk/
Contents/Resources/
config.ovpn'
%
cn
,
OPENVPN_CONFIG_TEMPLATE
%
vars
),
(
'%s.tblk/
Contents/Resources/
ca.crt'
%
cn
,
g
.
ca
.
get_ca
()),
(
'%s.tblk/
Contents/Resources/
%s.crt'
%
(
cn
,
cn
),
crt_pem
),
(
'%s.tblk/
Contents/Resources/
%s.key'
%
(
cn
,
cn
),
key_pem
),
(
'%s.tblk/Info.plist'
%
cn
,
TBLK_PLIST_TEMPLATE
%
vars
),
(
'%s.tblk/config.ovpn'
%
cn
,
OPENVPN_CONFIG_TEMPLATE
%
vars
),
(
'%s.tblk/ca.crt'
%
cn
,
g
.
ca
.
get_ca
()),
(
'%s.tblk/%s.crt'
%
(
cn
,
cn
),
crt_pem
),
(
'%s.tblk/%s.key'
%
(
cn
,
cn
),
key_pem
),
]
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