File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1048,7 +1048,8 @@ include_dir 'conf.d'
10481048 in the <application>OpenSSL</> package for the syntax of this setting
10491049 and a list of supported values. The default value is
10501050 <literal>HIGH:MEDIUM:+3DES:!aNULL</>. It is usually reasonable,
1051- unless you have specific security requirements.
1051+ unless you have specific security requirements. This parameter can only
1052+ be set at server start.
10521053 </para>
10531054
10541055 <para>
@@ -1120,7 +1121,8 @@ include_dir 'conf.d'
11201121 <listitem>
11211122 <para>
11221123 Specifies whether to use the server's SSL cipher preferences, rather
1123- than the client's. The default is true.
1124+ than the client's. The default is true. This parameter can only be
1125+ set at server start.
11241126 </para>
11251127
11261128 <para>
@@ -1144,7 +1146,8 @@ include_dir 'conf.d'
11441146 Specifies the name of the curve to use in <acronym>ECDH</> key
11451147 exchange. It needs to be supported by all clients that connect.
11461148 It does not need to be same curve as used by server's Elliptic
1147- Curve key. The default is <literal>prime256v1</>.
1149+ Curve key. The default is <literal>prime256v1</>. This parameter
1150+ can only be set at server start.
11481151 </para>
11491152
11501153 <para>
You can’t perform that action at this time.
0 commit comments