Fossil SCM
Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page.
Commit
7c7597220a9f15b56f4cecb2dcbe63f28b583657
Parent
63ac71e571ff054…
1 file changed
+5
-1
+5
-1
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -88,11 +88,15 @@ | ||
| 88 | 88 | `--sqlstats`: (Sets `g.fSqlStats`.) Print a number of performance |
| 89 | 89 | statistics about each SQLite database used when it is closed. |
| 90 | 90 | |
| 91 | 91 | `--sshtrace`: (Sets `g.fSshTrace`.) |
| 92 | 92 | |
| 93 | -`--ssl-identity SSLIDENTITY`: | |
| 93 | +`--ssl-identity`: The fully qualified name of the file containing the client | |
| 94 | +certificate and private key to use, in PEM format. It can be created by | |
| 95 | +concatenating the client certificate and private key files. This identity will | |
| 96 | +be presented to SSL servers to authenticate the client, in addition to the | |
| 97 | +normal password authentication. | |
| 94 | 98 | |
| 95 | 99 | `--systemtrace`: (Sets `g.fSystemTrace`.) Trace all commands launched |
| 96 | 100 | as sub processes. |
| 97 | 101 | |
| 98 | 102 | `--user LOGIN`: (Sets `g.zLogin`) Also `-U LOGIN`. Set the user name |
| 99 | 103 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -88,11 +88,15 @@ | |
| 88 | `--sqlstats`: (Sets `g.fSqlStats`.) Print a number of performance |
| 89 | statistics about each SQLite database used when it is closed. |
| 90 | |
| 91 | `--sshtrace`: (Sets `g.fSshTrace`.) |
| 92 | |
| 93 | `--ssl-identity SSLIDENTITY`: |
| 94 | |
| 95 | `--systemtrace`: (Sets `g.fSystemTrace`.) Trace all commands launched |
| 96 | as sub processes. |
| 97 | |
| 98 | `--user LOGIN`: (Sets `g.zLogin`) Also `-U LOGIN`. Set the user name |
| 99 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -88,11 +88,15 @@ | |
| 88 | `--sqlstats`: (Sets `g.fSqlStats`.) Print a number of performance |
| 89 | statistics about each SQLite database used when it is closed. |
| 90 | |
| 91 | `--sshtrace`: (Sets `g.fSshTrace`.) |
| 92 | |
| 93 | `--ssl-identity`: The fully qualified name of the file containing the client |
| 94 | certificate and private key to use, in PEM format. It can be created by |
| 95 | concatenating the client certificate and private key files. This identity will |
| 96 | be presented to SSL servers to authenticate the client, in addition to the |
| 97 | normal password authentication. |
| 98 | |
| 99 | `--systemtrace`: (Sets `g.fSystemTrace`.) Trace all commands launched |
| 100 | as sub processes. |
| 101 | |
| 102 | `--user LOGIN`: (Sets `g.zLogin`) Also `-U LOGIN`. Set the user name |
| 103 |