Fix broken markup.

This commit is contained in:
Tom Lane 2000-12-22 18:06:46 +00:00
parent 61784c54b5
commit f4eef66741

View File

@ -1,5 +1,5 @@
<!-- <!--
$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 $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -1841,7 +1841,7 @@ set semsys:seminfo_semmsl=32
openssl rsa -in cert.pem.pw -out cert.pem openssl rsa -in cert.pem.pw -out cert.pem
</programlisting> </programlisting>
Enter the old passphrase to unlock the existing key. Now do Enter the old passphrase to unlock the existing key. Now do
</programlisting> <programlisting>
openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert
cp cert.pem $PGDATA/server.key cp cert.pem $PGDATA/server.key
cp cert.cert $PGDATA/server.crt cp cert.cert $PGDATA/server.crt