From: Bruce Momjian Date: Wed, 24 Jan 2001 15:19:36 +0000 (+0000) Subject: It looks Ok, but it has one unnecessary step. There is no need to do the "mv X-Git-Tag: REL7_1~682 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87070ccc137120e1ecb0493dad68b508fd9c43d7;p=thirdparty%2Fpostgresql.git It looks Ok, but it has one unnecessary step. There is no need to do the "mv privkey.pem cert.pem.pw" if you just use "privkey.pem" in the following openssl command (e.g. openssl rsa -in privkey.pem -out cert.pem". But there is nothing wrong with it as it is now, as far as I can see. //Magnus --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 81d0846e00a..17dcc10f84d 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1911,8 +1911,7 @@ openssl req -new -text -out cert.req To remove the passphrase (as you must if you want automatic start-up of the postmaster), run the commands -mv privkey.pem cert.pem.pw -openssl rsa -in cert.pem.pw -out cert.pem +openssl rsa -in privkey.pem -out cert.pem Enter the old passphrase to unlock the existing key. Now do