We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61784c5 commit f4eef66Copy full SHA for f4eef66
doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.43 2000/12/21 19:08:05 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.44 2000/12/22 18:06:46 tgl Exp $
3
-->
4
5
<Chapter Id="runtime">
@@ -1841,7 +1841,7 @@ set semsys:seminfo_semmsl=32
1841
openssl rsa -in cert.pem.pw -out cert.pem
1842
</programlisting>
1843
Enter the old passphrase to unlock the existing key. Now do
1844
- </programlisting>
+ <programlisting>
1845
openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert
1846
cp cert.pem $PGDATA/server.key
1847
cp cert.cert $PGDATA/server.crt
0 commit comments