diff --git a/util/Setup/CertBuilder.cs b/util/Setup/CertBuilder.cs index 3f61d64d52..9e1629de36 100644 --- a/util/Setup/CertBuilder.cs +++ b/util/Setup/CertBuilder.cs @@ -36,11 +36,11 @@ namespace Bit.Setup } else { - Console.WriteLine("!!!!!! WARNING !!!!!!"); + 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("!!!!!!!!!!!!!!!!!!!!!"); + Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"); } }