removed hostname question

This commit is contained in:
John Lancaster
2025-12-29 23:51:08 -06:00
parent f6492a2c5f
commit f3bd116e91

View File

@@ -147,7 +147,6 @@ fi
# 1. Collect Inputs # 1. Collect Inputs
# Example: # Example:
get_input "HOST_NAME" "Enter Hostname" "$(hostname)" "false"
get_input "CERT_DIR" "Enter directory for certificates" "/var/lib/tls" "false" get_input "CERT_DIR" "Enter directory for certificates" "/var/lib/tls" "false"
get_input "CERT_LOCATION" "Name for cert file" "cert.pem" "false" get_input "CERT_LOCATION" "Name for cert file" "cert.pem" "false"
get_input "KEY_LOCATION" "Name for private key" "key.pem" "false" get_input "KEY_LOCATION" "Name for private key" "key.pem" "false"