|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.43 2000/12/21 19:08:05 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.44 2000/12/22 18:06:46 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -1841,7 +1841,7 @@ set semsys:seminfo_semmsl=32
|
1841 | 1841 | openssl rsa -in cert.pem.pw -out cert.pem
|
1842 | 1842 | </programlisting>
|
1843 | 1843 | Enter the old passphrase to unlock the existing key. Now do
|
1844 |
| - </programlisting> |
| 1844 | + <programlisting> |
1845 | 1845 | openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert
|
1846 | 1846 | cp cert.pem $PGDATA/server.key
|
1847 | 1847 | cp cert.cert $PGDATA/server.crt
|
|