kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 38edc7d23b117b53c323b7e3b628fc8719464261
parent 47ad4fbc28f87ec9e3c2b38997658083b7f1f50b
Author: Joris Vink <joris@coders.se>
Date:   Fri,  1 Aug 2014 17:13:38 +0200

Add a warning about the generated certificates

Diffstat:
src/cli.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cli.c b/src/cli.c @@ -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