diff options
author | Micah <micah@riseup.net> | 2015-04-07 14:14:21 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2015-04-07 14:14:21 +0000 |
commit | 7b3309441d34f0130c74ce9b95c30a6067f6d6df (patch) | |
tree | 913ccec9a812fc294451062b3a1788368adda2ca /lib/leap_cli | |
parent | 2dc48bf4bcf0f98fe715233c3746b7affc0a9175 (diff) | |
parent | 26842662815d1409400d85275b32789156d50db5 (diff) |
Merge branch 'improve_docs_about_dh_file' into 'develop'
make clear that dh file is only needed for VPN
See merge request !1
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/commands/ca.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |