File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ The default tls_cipher option is now set to: `TLS-DHE-RSA-WITH-AES-256-GCM-SHA38
186186Details of these ciphers and their uses can be found in the documentation links above.
187187
188188Note : TLS ciphers suites shipped with OSes ubuntu14.04 and debian8 are too old compared to our default values.
189- If these OSes hosts the server with clients more moderns , you will probably have to use custom value for option `tls_cipher`.
189+ If the openvpn server is running on these OSes with clients on more modern OSes , you will probably have to use custom value for option `tls_cipher`.
190190
191191# # Contributions
192192
Original file line number Diff line number Diff line change 1313 index_path = '/etc/openvpn/test_openvpn_server/easy-rsa/keys'
1414end
1515
16- # All-terrain tls ciphers are used to be able to works with all supported OSes.
17- # Default value is with ciphers too recents for old OSes like ubuntu 14.04.
16+ # All-terrain tls ciphers are used to be able to work with all supported OSes.
17+ # Default value is with ciphers too recent for old OSes like ubuntu 14.04.
1818describe 'server defined type' do
1919 context 'with basics parameters' do
2020 it 'installs openvpn server idempotently' do
You can’t perform that action at this time.
0 commit comments