1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

no ssl warning

This commit is contained in:
Kyle Spearrin 2018-03-17 21:54:01 -04:00
parent 9393d08e3e
commit a46b87c354

View File

@ -34,6 +34,14 @@ namespace Bit.Setup
$"-out /bitwarden/ssl/self/{Domain}/certificate.crt " +
$"-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)