Fossil SCM

Doc/help fix for the ssl-config command: s/load-certs/load-cert/, per forum report.

stephan 2022-01-09 00:21 trunk
Commit 67e0be1ec09494a8f110573996d5f70529f373c1a7239638567ef749182a14a5
2 files changed +1 -1 +1 -1
+1 -1
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -1165,11 +1165,11 @@
11651165
db_commit_transaction();
11661166
blob_reset(&sql);
11671167
}else
11681168
/*default*/{
11691169
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",
11711171
zCmd);
11721172
}
11731173
}
11741174
11751175
/*
11761176
--- 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
--- www/ssl-server.md
+++ www/ssl-server.md
@@ -180,11 +180,11 @@
180180
If you do not want to concatenate your cert and private key, you can
181181
tell Fossil about the files separately using settings. Run a command
182182
like this on your repository:
183183
184184
> ~~~
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
186186
~~~
187187
188188
Substitute whatever filenames are appropriate in the command above, of
189189
course. Run "[fossil ssl-config](/help?cmd=ssl-config)" by itself to see
190190
the resulting configuration. Once you have done this, you can then
191191
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button