From e4bc57bf81734982f5b8ba61b365b70658e34644 Mon Sep 17 00:00:00 2001 From: srvrco Date: Mon, 23 May 2016 15:25:02 +0100 Subject: [PATCH] 2016-05-23 Added option to provide a blank response in create-getssl-config for things like SANS. (0.4) --- create-getssl-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-getssl-config b/create-getssl-config index 059e998..1b0350a 100755 --- a/create-getssl-config +++ b/create-getssl-config @@ -19,7 +19,7 @@ # 2016-02-04 Created (v0.1) # 2016-02-05 Updated to include more variables. Still not full operational. (v0.2) # 2016-05-04 Corrected typo on DNS_DEL_COMMAND (v0.3) -# 2016-05-23 Added option to provide a blank response, for things like SANS. (0.4) +# 2016-05-23 Added option to provide a blank response, for things like SANS. (0.4) # --------------------------------------------------------------------------- PROGNAME=${0##*/} @@ -246,6 +246,7 @@ info "" info "This is an interactive script to create a config file for getssl, please answer the following questions" info "Just press return for using the default" info "enter the letter 'h' for help / more information" +info "enter the minus character '-' to provide a completely empty response." info "" if [ -f "$WORKING_DIR/getssl.cfg" ]; then debug "reading main config from existing $WORKING_DIR/getssl.cfg"