From 26842662815d1409400d85275b32789156d50db5 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 7 Apr 2015 11:14:46 +0200 Subject: make clear that dh file is only needed for VPN --- doc/leap.md | 2 +- 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 -- cgit v1.2.3