This commit is contained in:
Maximilian Hils 2016-09-24 15:37:19 -07:00
parent 258958e073
commit 20bcfbb5d0

View File

@ -67,6 +67,7 @@ class P12(tornado.web.RequestHandler):
def get(self):
p = os.path.join(self.request.master.options.cadir, self.filename)
p = os.path.expanduser(p)
self.set_header("Content-Type", "application/x-pkcs12")
self.set_header(
"Content-Disposition",