Commit 4253f016 authored by Bruce Momjian's avatar Bruce Momjian

Add missing colon to docs.

parent ac3797a9
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.418 2008/09/30 10:52:10 heikki Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.419 2008/11/04 04:18:50 momjian Exp $ -->
<chapter Id="runtime"> <chapter Id="runtime">
<title>Operating System Environment</title> <title>Operating System Environment</title>
...@@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt ...@@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt
</programlisting> </programlisting>
to turn the certificate into a self-signed certificate and to copy to turn the certificate into a self-signed certificate and to copy
the key and certificate to where the server will look for them. the key and certificate to where the server will look for them.
Finally do Finally do:
<programlisting> <programlisting>
chmod og-rwx server.key chmod og-rwx server.key
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment