Skip to content

Commit 539f670

Browse files
committed
Doc: improve markup in self-signed certificate example.
1 parent a790ed9 commit 539f670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>
23962396
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</>"
23982398
</programlisting>
23992399
Then do:
24002400
<programlisting>

0 commit comments

Comments
 (0)