]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: certificate
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:46:54 +0000 (11:46 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:46:54 +0000 (11:46 -0400)
doc/examples/https/httpd2/kea-httpd2.conf
doc/examples/https/nginx/kea-nginx.conf
doc/guide/agent.xml

index 8d6ef17f38e8247afa1a366a50720cb064bd7ca2..9262fec8c1b42d979be89ef76b70b351713c1a83 100644 (file)
@@ -3,10 +3,10 @@
 #   the service is protected by client's certificate verification
 #   mechanism. Before using this configuration a server administrator
 #   must generate server certificate and private key as well as
-#   the certifiate authority (CA). The clients' certificates must
+#   the certificate authority (CA). The clients' certificates must
 #   be signed by the CA.
 #
-#   Note that the steps provided below to generate and setup certifcates
+#   Note that the steps provided below to generate and setup certificates
 #   are provided as an example for testing purposes only. Always
 #   consider best known security measures to protect your production
 #   environment.
@@ -22,7 +22,7 @@
 #   openssl req -new -x509 -days 365 -key ca.key -out ca.crt
 #
 #
-#   The client certifcate needs to be generated and signed:
+#   The client certificate needs to be generated and signed:
 #
 #   openssl genrsa -des3 -out kea-client.key 4096
 #   openssl req -new -key kea-client.key -out kea-client.csr
index 3b949137dbe55b634b8cdc227c07960c2ece52d5..928e7efea135167f6172028d632a66846423ab89 100644 (file)
@@ -3,10 +3,10 @@
 #   the service is protected by client's certificate verification
 #   mechanism. Before using this configuration a server administrator
 #   must generate server certificate and private key as well as
-#   the certifiate authority (CA). The clients' certificates must
+#   the certificate authority (CA). The clients' certificates must
 #   be signed by the CA.
 #
-#   Note that the steps provided below to generate and setup certifcates
+#   Note that the steps provided below to generate and setup certificates
 #   are provided as an example for testing purposes only. Always
 #   consider best known security measures to protect your production
 #   environment.
index 3ce04ae7f74829a2e655cd1376a208e530a37c41..904531e9f7af74ed6ff27bc3470077964412aae7 100644 (file)
     a reverse proxy server is also often used for authentication of the
     controlling clients. In this case, the client must present a valid
     certificate when it connects via reverse proxy. The proxy server
-    authenticates the client by checking if the presented certifcate is
+    authenticates the client by checking if the presented certificate is
     signed by the certificate authority used by the server.</para>
 
     <para>To illustrate this, we provide a sample configuration for the