added noOSCP to debug output

This commit is contained in:
Asif Bacchus 2019-01-07 23:51:04 -07:00
parent 6c1b04ee65
commit e5715257aa
1 changed files with 1 additions and 0 deletions

View File

@ -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"