Fossil SCM

ssl-config show typo fixes reported in [forum:/forumpost/dde10203ae3dfe36 | forum post dde10203ae3dfe36].

stephan 2022-01-15 04:41 trunk
Commit 2d3bee3b67a0cd83c52f9679b92592798ece086f5b34129838758550ff4d0e94
1 file changed +3 -3
+3 -3
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -1061,21 +1061,21 @@
10611061
10621062
fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location",""));
10631063
if( verbose ){
10641064
fossil_print("\n"
10651065
" This setting is the name of a file or directory that contains\n"
1066
- " the complete set of root certificates to used by Fossil when it\n"
1066
+ " the complete set of root certificates used by Fossil when it\n"
10671067
" is acting as a SSL client. If defined, this setting takes\n"
10681068
" priority over built-in paths and environment variables\n\n"
10691069
);
10701070
}
10711071
10721072
fossil_print("ssl-identity: %s\n", db_get("ssl-identity",""));
10731073
if( verbose ){
10741074
fossil_print("\n"
10751075
" This setting is the name of a file that contains the PEM-format\n"
1076
- " certificate and private-key used by Fossil clients to authentice\n"
1076
+ " certificate and private-key used by Fossil clients to authenticate\n"
10771077
" with servers. Few servers actually require this, so this setting\n"
10781078
" is usually blank.\n\n"
10791079
);
10801080
}
10811081
@@ -1095,11 +1095,11 @@
10951095
10961096
fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file",""));
10971097
fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file",""));
10981098
if( verbose ){
10991099
fossil_print("\n"
1100
- " This settings are the names of files that contin the certificate\n"
1100
+ " This settings are the names of files that contain the certificate\n"
11011101
" private-key used by Fossil when it is acting as a server.\n\n"
11021102
);
11031103
}
11041104
11051105
db_prepare(&q,
11061106
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -1061,21 +1061,21 @@
1061
1062 fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location",""));
1063 if( verbose ){
1064 fossil_print("\n"
1065 " This setting is the name of a file or directory that contains\n"
1066 " the complete set of root certificates to used by Fossil when it\n"
1067 " is acting as a SSL client. If defined, this setting takes\n"
1068 " priority over built-in paths and environment variables\n\n"
1069 );
1070 }
1071
1072 fossil_print("ssl-identity: %s\n", db_get("ssl-identity",""));
1073 if( verbose ){
1074 fossil_print("\n"
1075 " This setting is the name of a file that contains the PEM-format\n"
1076 " certificate and private-key used by Fossil clients to authentice\n"
1077 " with servers. Few servers actually require this, so this setting\n"
1078 " is usually blank.\n\n"
1079 );
1080 }
1081
@@ -1095,11 +1095,11 @@
1095
1096 fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file",""));
1097 fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file",""));
1098 if( verbose ){
1099 fossil_print("\n"
1100 " This settings are the names of files that contin the certificate\n"
1101 " private-key used by Fossil when it is acting as a server.\n\n"
1102 );
1103 }
1104
1105 db_prepare(&q,
1106
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -1061,21 +1061,21 @@
1061
1062 fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location",""));
1063 if( verbose ){
1064 fossil_print("\n"
1065 " This setting is the name of a file or directory that contains\n"
1066 " the complete set of root certificates used by Fossil when it\n"
1067 " is acting as a SSL client. If defined, this setting takes\n"
1068 " priority over built-in paths and environment variables\n\n"
1069 );
1070 }
1071
1072 fossil_print("ssl-identity: %s\n", db_get("ssl-identity",""));
1073 if( verbose ){
1074 fossil_print("\n"
1075 " This setting is the name of a file that contains the PEM-format\n"
1076 " certificate and private-key used by Fossil clients to authenticate\n"
1077 " with servers. Few servers actually require this, so this setting\n"
1078 " is usually blank.\n\n"
1079 );
1080 }
1081
@@ -1095,11 +1095,11 @@
1095
1096 fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file",""));
1097 fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file",""));
1098 if( verbose ){
1099 fossil_print("\n"
1100 " This settings are the names of files that contain the certificate\n"
1101 " private-key used by Fossil when it is acting as a server.\n\n"
1102 );
1103 }
1104
1105 db_prepare(&q,
1106

Keyboard Shortcuts

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