mirror of
https://github.com/anope/anope.git
synced 2026-07-06 14:53:13 +02:00
Update the default SSL filenames to use the Certbot names.
This commit is contained in:
@@ -142,8 +142,8 @@ public:
|
||||
{
|
||||
Configuration::Block *config = conf->GetModule(this);
|
||||
|
||||
this->certfile = config->Get<const Anope::string>("cert", "data/anope.crt");
|
||||
this->keyfile = config->Get<const Anope::string>("key", "data/anope.key");
|
||||
this->certfile = config->Get<const Anope::string>("cert", "data/fullchain.pem");
|
||||
this->keyfile = config->Get<const Anope::string>("key", "data/privkey.pem");
|
||||
|
||||
if (Anope::IsFile(this->certfile.c_str()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user