From: Marcin Siodelski Date: Thu, 29 Jun 2017 14:32:26 +0000 (+0200) Subject: [5302] Added comment in the https example that it is for testing purposes. X-Git-Tag: trac5286_base~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62d511b443db432cfc94708b4b2b5bb32d8d874;p=thirdparty%2Fkea.git [5302] Added comment in the https example that it is for testing purposes. --- diff --git a/doc/examples/https/nginx/kea-nginx.conf b/doc/examples/https/nginx/kea-nginx.conf index 3a24fadc49..3b949137db 100644 --- a/doc/examples/https/nginx/kea-nginx.conf +++ b/doc/examples/https/nginx/kea-nginx.conf @@ -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