1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

before running start

This commit is contained in:
Kyle Spearrin 2018-03-30 10:27:31 -04:00
parent 62cf1546cd
commit 352b51dfb4

View File

@ -78,7 +78,7 @@ namespace Bit.Setup
{
Directory.CreateDirectory($"/bitwarden/ssl/{domain}/");
Helpers.ShowBanner("NOTE", "Make sure 'certificate.crt' and 'private.key' are provided in the \n" +
"appropriate directory (see docs for info).");
"appropriate directory before running 'start' (see docs for info).");
}
}