From: Ken Dreyer Date: Wed, 12 Nov 2014 16:54:39 +0000 (-0700) Subject: doc: correct grammar in RGW SSL cert installation X-Git-Tag: v0.90~108^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2901%2Fhead;p=ceph.git doc: correct grammar in RGW SSL cert installation The SSL certificate generation instruction was missing a preposition. Add it. Signed-off-by: Ken Dreyer --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 61cd20575691..a1c1799bea85 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -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