Skip to content

Commit 9afc6df

Browse files
committed
fix typos
1 parent 93b53fd commit 9afc6df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The default tls_cipher option is now set to: `TLS-DHE-RSA-WITH-AES-256-GCM-SHA38
186186
Details of these ciphers and their uses can be found in the documentation links above.
187187

188188
Note : 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

spec/acceptance/openvpn_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
index_path = '/etc/openvpn/test_openvpn_server/easy-rsa/keys'
1414
end
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.
1818
describe 'server defined type' do
1919
context 'with basics parameters' do
2020
it 'installs openvpn server idempotently' do

0 commit comments

Comments
 (0)