]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: correct grammar in RGW SSL cert installation 2901/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 12 Nov 2014 16:54:39 +0000 (09:54 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 12 Nov 2014 16:55:55 +0000 (09:55 -0700)
The SSL certificate generation instruction was missing a preposition.
Add it.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/install/install-ceph-gateway.rst

index 61cd205756915f3766d9c230613ef5f0b15725bc..a1c1799bea8538e2c7623b1dad364af017b7518d 100644 (file)
@@ -273,7 +273,7 @@ To enable SSL for RPM-based systems, execute the following steps:
 
 #. Ensure the SSL module is enabled.
 
-#. Generate a certificate and copy it the appropriate locations. ::
+#. Generate a certificate and copy it to the appropriate locations. ::
 
        openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
        cp ca.crt /etc/pki/tls/certs