From 70c717c8d5005ebeed8352da703dd85aa6544aeb Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 29 Dec 2012 08:25:41 +0000 Subject: [PATCH] add tlsauth.key to the Tunnelblick config bundle --- autovpn/vpn_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autovpn/vpn_app.py b/autovpn/vpn_app.py index 01345d8..c11fa59 100644 --- a/autovpn/vpn_app.py +++ b/autovpn/vpn_app.py @@ -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() -- GitLab