]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5302] Added comment in the https example that it is for testing purposes.
authorMarcin Siodelski <marcin@isc.org>
Thu, 29 Jun 2017 14:32:26 +0000 (16:32 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 29 Jun 2017 14:32:26 +0000 (16:32 +0200)
doc/examples/https/nginx/kea-nginx.conf

index 3a24fadc491390e8ba7f36cbde5fdb0cfa05cfe8..3b949137dbe55b634b8cdc227c07960c2ece52d5 100644 (file)
@@ -5,7 +5,12 @@
 #   must generate server certificate and private key as well as
 #   the certifiate authority (CA). The clients' certificates must
 #   be signed by the CA.
-
+#
+#   Note that the steps provided below to generate and setup certifcates
+#   are provided as an example for testing purposes only. Always
+#   consider best known security measures to protect your production
+#   environment.
+#
 #   The server certificate and key can be generated as follows:
 #
 #   openssl genrsa -des3 -out kea-proxy.key 4096