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
23902390
23912391 <para>
23922392 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 :
23952395<programlisting>
23962396openssl 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</> "
23982398</programlisting>
23992399 Then do:
24002400<programlisting>
You can’t perform that action at this time.
0 commit comments