1
0
mirror of https://github.com/bitwarden/server synced 2025-12-11 05:43:35 +00:00

support non-ssl installations

This commit is contained in:
Kyle Spearrin
2018-03-08 17:31:51 -05:00
parent b51b135316
commit 94ecdf7fd6
3 changed files with 14 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ namespace Bit.Setup
{
Directory.CreateDirectory($"/bitwarden/ssl/{domain}/");
Console.WriteLine("Make sure 'certificate.crt' and 'private.key' are provided in the " +
"appropriate directory (see setup instructions).");
"appropriate directory (see docs for info).");
}
}