Output dhparams to a given file

This commit is contained in:
Bob Mottram 2017-09-30 12:37:19 +01:00
parent 15de51d223
commit 4cdd66d6f9
1 changed files with 2 additions and 1 deletions

View File

@ -200,8 +200,9 @@ do
RECALCULATE=${1}
;;
-o|--output)
shift
FAST='yes'
calc_dh stdout
calc_dh ${1}
exit 0
;;
--fast)