Fossil SCM
Doc/help fix for the ssl-config command: s/load-certs/load-cert/, per forum report.
Commit
67e0be1ec09494a8f110573996d5f70529f373c1a7239638567ef749182a14a5
Parent
faa39ea31a79213…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -1165,11 +1165,11 @@ | ||
| 1165 | 1165 | db_commit_transaction(); |
| 1166 | 1166 | blob_reset(&sql); |
| 1167 | 1167 | }else |
| 1168 | 1168 | /*default*/{ |
| 1169 | 1169 | fossil_fatal("unknown sub-command \"%s\".\nshould be one of:" |
| 1170 | - " clear-certs load-certs remove-exception scrub show", | |
| 1170 | + " clear-certs load-cert remove-exception scrub show", | |
| 1171 | 1171 | zCmd); |
| 1172 | 1172 | } |
| 1173 | 1173 | } |
| 1174 | 1174 | |
| 1175 | 1175 | /* |
| 1176 | 1176 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1165,11 +1165,11 @@ | |
| 1165 | db_commit_transaction(); |
| 1166 | blob_reset(&sql); |
| 1167 | }else |
| 1168 | /*default*/{ |
| 1169 | fossil_fatal("unknown sub-command \"%s\".\nshould be one of:" |
| 1170 | " clear-certs load-certs remove-exception scrub show", |
| 1171 | zCmd); |
| 1172 | } |
| 1173 | } |
| 1174 | |
| 1175 | /* |
| 1176 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1165,11 +1165,11 @@ | |
| 1165 | db_commit_transaction(); |
| 1166 | blob_reset(&sql); |
| 1167 | }else |
| 1168 | /*default*/{ |
| 1169 | fossil_fatal("unknown sub-command \"%s\".\nshould be one of:" |
| 1170 | " clear-certs load-cert remove-exception scrub show", |
| 1171 | zCmd); |
| 1172 | } |
| 1173 | } |
| 1174 | |
| 1175 | /* |
| 1176 |
+1
-1
| --- www/ssl-server.md | ||
| +++ www/ssl-server.md | ||
| @@ -180,11 +180,11 @@ | ||
| 180 | 180 | If you do not want to concatenate your cert and private key, you can |
| 181 | 181 | tell Fossil about the files separately using settings. Run a command |
| 182 | 182 | like this on your repository: |
| 183 | 183 | |
| 184 | 184 | > ~~~ |
| 185 | -fossil ssl-config load-certs --filename CERT-FILE.pem PRIVATE-KEY.pem | |
| 185 | +fossil ssl-config load-cert --filename CERT-FILE.pem PRIVATE-KEY.pem | |
| 186 | 186 | ~~~ |
| 187 | 187 | |
| 188 | 188 | Substitute whatever filenames are appropriate in the command above, of |
| 189 | 189 | course. Run "[fossil ssl-config](/help?cmd=ssl-config)" by itself to see |
| 190 | 190 | the resulting configuration. Once you have done this, you can then |
| 191 | 191 |
| --- www/ssl-server.md | |
| +++ www/ssl-server.md | |
| @@ -180,11 +180,11 @@ | |
| 180 | If you do not want to concatenate your cert and private key, you can |
| 181 | tell Fossil about the files separately using settings. Run a command |
| 182 | like this on your repository: |
| 183 | |
| 184 | > ~~~ |
| 185 | fossil ssl-config load-certs --filename CERT-FILE.pem PRIVATE-KEY.pem |
| 186 | ~~~ |
| 187 | |
| 188 | Substitute whatever filenames are appropriate in the command above, of |
| 189 | course. Run "[fossil ssl-config](/help?cmd=ssl-config)" by itself to see |
| 190 | the resulting configuration. Once you have done this, you can then |
| 191 |
| --- www/ssl-server.md | |
| +++ www/ssl-server.md | |
| @@ -180,11 +180,11 @@ | |
| 180 | If you do not want to concatenate your cert and private key, you can |
| 181 | tell Fossil about the files separately using settings. Run a command |
| 182 | like this on your repository: |
| 183 | |
| 184 | > ~~~ |
| 185 | fossil ssl-config load-cert --filename CERT-FILE.pem PRIVATE-KEY.pem |
| 186 | ~~~ |
| 187 | |
| 188 | Substitute whatever filenames are appropriate in the command above, of |
| 189 | course. Run "[fossil ssl-config](/help?cmd=ssl-config)" by itself to see |
| 190 | the resulting configuration. Once you have done this, you can then |
| 191 |