Add a warning about the generated certificates

This commit is contained in:
Joris Vink 2014-08-01 17:13:38 +02:00
parent 47ad4fbc28
commit 38edc7d23b
1 changed files with 3 additions and 0 deletions

View File

@ -237,6 +237,9 @@ cli_create(int argc, char **argv)
rootdir = appl;
cli_generate_certs();
printf("%s created succesfully!\n", appl);
printf("note: do not use the generated certificates for production\n");
}
static void