From 4253f016c98f48faa7bc25c273ab52238b850d2c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 4 Nov 2008 04:18:50 +0000 Subject: [PATCH] Add missing colon to docs. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6884e66d7a..a46f59cf1f 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt to turn the certificate into a self-signed certificate and to copy the key and certificate to where the server will look for them. - Finally do + Finally do: chmod og-rwx server.key