diff options
-rw-r--r-- | doc/leap.md | 2 | ||||
-rw-r--r-- | lib/leap_cli/commands/ca.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/leap.md b/doc/leap.md index d735fef..f531d32 100644 --- a/doc/leap.md +++ b/doc/leap.md @@ -77,7 +77,7 @@ Default Value: None ## leap cert dh -Creates a Diffie-Hellman parameter file. +Creates a Diffie-Hellman parameter file, needed for forward secret OpenVPN ciphers. You don't need this file if you don't provide the VPN service. diff --git a/lib/leap_cli/commands/ca.rb b/lib/leap_cli/commands/ca.rb index 356e616..cfa18f5 100644 --- a/lib/leap_cli/commands/ca.rb +++ b/lib/leap_cli/commands/ca.rb @@ -32,7 +32,7 @@ module LeapCli; module Commands end end - cert.desc 'Creates a Diffie-Hellman parameter file.' # (needed for server-side of some TLS connections) + cert.desc 'Creates a Diffie-Hellman parameter file, needed for forward secret OpenVPN ciphers.' # (needed for server-side of some TLS connections) cert.command :dh do |dh| dh.action do |global_options,options,args| long_running do |