Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit539f670

Browse files
committed
Doc: improve markup in self-signed certificate example.
1 parenta790ed9 commit539f670

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 inthesubject argument:
2393+
days, use the following <productname>OpenSSL</productname> command,
2394+
replacing <replaceable>yourdomain.com</> withtheserver'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)

[8]ページ先頭

©2009-2025 Movatter.jp