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 a790ed9 commit 539f670Copy full SHA for 539f670
doc/src/sgml/runtime.sgml
@@ -2390,11 +2390,11 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2390
2391
<para>
2392
To create a quick self-signed certificate for the server, valid for 365
2393
- days, use the following <productname>OpenSSL</productname> command, using
2394
- the local host name in the subject argument:
+ days, use the following <productname>OpenSSL</productname> command,
+ replacing <replaceable>yourdomain.com</> with the server's host name:
2395
<programlisting>
2396
openssl req -new -x509 -days 365 -nodes -text -out server.crt \
2397
- -keyout server.key -subj "/CN=yourdomain.com"
+ -keyout server.key -subj "/CN=<replaceable>yourdomain.com</>"
2398
</programlisting>
2399
Then do:
2400
0 commit comments