Commit f4eef667 authored by Tom Lane's avatar Tom Lane

Fix broken markup.

parent 61784c54
<!-- <!--
$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 ...@@ -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
......
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