getResponse() ->withHeader('Content-Type', 'plain/text') ->withHeader('Content-Disposition', 'attachment; filename="crl.pem"') ->write(file_get_contents($this->getCore()->getBaseDir() . '/storage/ca/crl.pem')); } }