|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.418 2008/09/30 10:52:10 heikki Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.419 2008/11/04 04:18:50 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt
|
1743 | 1743 | </programlisting>
|
1744 | 1744 | to turn the certificate into a self-signed certificate and to copy
|
1745 | 1745 | the key and certificate to where the server will look for them.
|
1746 |
| - Finally do |
| 1746 | + Finally do: |
1747 | 1747 | <programlisting>
|
1748 | 1748 | chmod og-rwx server.key
|
1749 | 1749 | </programlisting>
|
|