Skip to content
Snippets Groups Projects
Commit 70c717c8 authored by ale's avatar ale
Browse files

add tlsauth.key to the Tunnelblick config bundle

parent 0f661fef
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment