From 0cff9148ffe134320316f9e82c963eeb7861ef0c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 12 Nov 2014 09:54:39 -0700 Subject: [PATCH] doc: correct grammar in RGW SSL cert installation The SSL certificate generation instruction was missing a preposition. Add it. Signed-off-by: Ken Dreyer --- doc/install/install-ceph-gateway.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 61cd205756915..a1c1799bea853 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 -- 2.39.5