File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2390,11 +2390,11 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2390
2390
2391
2391
<para>
2392
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 :
2393
+ days, use the following <productname>OpenSSL</productname> command,
2394
+ replacing <replaceable>yourdomain.com</> with the server's host name :
2395
2395
<programlisting>
2396
2396
openssl req -new -x509 -days 365 -nodes -text -out server.crt \
2397
- -keyout server.key -subj "/CN=yourdomain.com"
2397
+ -keyout server.key -subj "/CN=<replaceable> yourdomain.com</> "
2398
2398
</programlisting>
2399
2399
Then do:
2400
2400
<programlisting>
You can’t perform that action at this time.
0 commit comments