2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-14 23:30:21 +00:00

[Docu] Correct default xcatsslversion

It's TLSv1 not SSLv3 anymore.
This commit is contained in:
Obihörnchen
2018-09-22 02:29:13 +02:00
committed by GitHub
parent 819b20b660
commit 5ca6e01b83

View File

@@ -1308,7 +1308,7 @@ passed as argument rather than by table value',
" xcatdport: The port used by the xcatd daemon for client/server communication.\n\n" .
" xcatiport: The port used by xcatd to receive install status updates from nodes.\n\n" .
" xcatlport: The port used by xcatd command log writer process to collect command output.\n\n" .
" xcatsslversion: The ssl version by xcatd. Default is SSLv3.\n\n" .
" xcatsslversion: The ssl version by xcatd. Default is TLSv1.\n\n" .
" xcatsslciphers: The ssl cipher by xcatd. Default is 3DES.\n\n",
value => 'The value of the attribute specified in the "key" column.',
comments => 'Any user-written notes.',