From a46b87c3542e8b8794d16301f578cdac163a8de4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 17 Mar 2018 21:54:01 -0400 Subject: [PATCH] no ssl warning --- util/Setup/CertBuilder.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/util/Setup/CertBuilder.cs b/util/Setup/CertBuilder.cs index a1ca290b89..3f61d64d52 100644 --- a/util/Setup/CertBuilder.cs +++ b/util/Setup/CertBuilder.cs @@ -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)