Browse Source

spelling: certificate

Josh Soref 7 years ago
parent
commit
0d1a6e0946

+ 3 - 3
doc/examples/https/httpd2/kea-httpd2.conf

@@ -3,10 +3,10 @@
 #   the service is protected by client's certificate verification
 #   the service is protected by client's certificate verification
 #   mechanism. Before using this configuration a server administrator
 #   mechanism. Before using this configuration a server administrator
 #   must generate server certificate and private key as well as
 #   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.
 #   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
 #   are provided as an example for testing purposes only. Always
 #   consider best known security measures to protect your production
 #   consider best known security measures to protect your production
 #   environment.
 #   environment.
@@ -22,7 +22,7 @@
 #   openssl req -new -x509 -days 365 -key ca.key -out ca.crt
 #   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 genrsa -des3 -out kea-client.key 4096
 #   openssl req -new -key kea-client.key -out kea-client.csr
 #   openssl req -new -key kea-client.key -out kea-client.csr

+ 2 - 2
doc/examples/https/nginx/kea-nginx.conf

@@ -3,10 +3,10 @@
 #   the service is protected by client's certificate verification
 #   the service is protected by client's certificate verification
 #   mechanism. Before using this configuration a server administrator
 #   mechanism. Before using this configuration a server administrator
 #   must generate server certificate and private key as well as
 #   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.
 #   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
 #   are provided as an example for testing purposes only. Always
 #   consider best known security measures to protect your production
 #   consider best known security measures to protect your production
 #   environment.
 #   environment.

+ 1 - 1
doc/guide/agent.xml

@@ -188,7 +188,7 @@
     a reverse proxy server is also often used for authentication of the
     a reverse proxy server is also often used for authentication of the
     controlling clients. In this case, the client must present a valid
     controlling clients. In this case, the client must present a valid
     certificate when it connects via reverse proxy. The proxy server
     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>
     signed by the certificate authority used by the server.</para>
 
 
     <para>To illustrate this, we provide a sample configuration for the
     <para>To illustrate this, we provide a sample configuration for the