commit 6d99659fc3eafc774c3435d6f9050af56792ec40
parent 18e44e43033ed07e2847a82d1d2e73bf381cafb2
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 22 Oct 2018 10:02:53 +0200
Update 'kodev create' output to match latest version
Signed-off-by: Joris Vink <joris@coders.se>
Diffstat:
applications/integrated_tools.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/integrated_tools.md b/applications/integrated_tools.md
@@ -22,9 +22,9 @@ created hello/src/hello.c
created hello/conf/hello.conf
created hello/conf/build.conf
created hello/.gitignore
-created hello/dh2048.pem
+created dh2048.pem
hello created successfully!
-note: do NOT use the created DH parameters/certificates in production
+WARNING: DO NOT USE THE GENERATED DH PARAMETERS AND CERTIFICATES IN PRODUCTION
$
```