From e5715257aa7c3ff749ac0eee1f5544307b68637d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 7 Jan 2019 23:51:04 -0700 Subject: [PATCH] added noOSCP to debug output --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index b8722c8..2839255 100755 --- a/setup.sh +++ b/setup.sh @@ -741,6 +741,7 @@ echo "CertbotDomain: $CertbotDomain" echo -e "${cyan}--------------------${norm}" echo "CertPath: $CertPath" echo "KeyPath: $KeyPath" +echo "noOSCP: $noOSCP" echo "CA-Chain: $CAChainPath" echo "DHPath: $DHPath" echo "Generating DH Params? $generateDH"