mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
no ssl warning
This commit is contained in:
parent
9393d08e3e
commit
a46b87c354
@ -34,6 +34,14 @@ namespace Bit.Setup
|
|||||||
$"-out /bitwarden/ssl/self/{Domain}/certificate.crt " +
|
$"-out /bitwarden/ssl/self/{Domain}/certificate.crt " +
|
||||||
$"-subj \"/C=US/ST=New York/L=New York/O=8bit Solutions LLC/OU=Bitwarden/CN={Domain}\"");
|
$"-subj \"/C=US/ST=New York/L=New York/O=8bit Solutions LLC/OU=Bitwarden/CN={Domain}\"");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Console.WriteLine("!!!!!! WARNING !!!!!!");
|
||||||
|
Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " +
|
||||||
|
"You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " +
|
||||||
|
"apps) will not work properly without HTTPS.");
|
||||||
|
Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(LetsEncrypt)
|
if(LetsEncrypt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user