Skip to content

Commit 55f6be3

Browse files
authored
Change input prompts to certificate options section
1 parent 64a3696 commit 55f6be3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install/step-ca-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ if [[ -z "$IP" ]]; then
250250
fi
251251
HOST=$(echo $FQDN | awk -F'.' '{print $1}')
252252
IP=$(whiptail --title "step ca certificate options" --inputbox 'IP (e.g. x.x.x.x)' 10 50 "$IP" 3>&1 1>&2 2>&3)
253-
HOST=$(whiptail --title "step ca init options" --inputbox 'HOST (e.g. MyHostName)' 10 50 "$HOST" 3>&1 1>&2 2>&3)
254-
VALID_TO=$(whiptail --title "step ca init options" --inputbox 'VALID_TO (e.g. 2034-01-31T00:00:00Z)' 10 50 "2034-01-31T00:00:00Z" 3>&1 1>&2 2>&3)
253+
HOST=$(whiptail --title "step ca certificate options" --inputbox 'HOST (e.g. MyHostName)' 10 50 "$HOST" 3>&1 1>&2 2>&3)
254+
VALID_TO=$(whiptail --title "step ca certificate options" --inputbox 'VALID_TO (e.g. 2034-01-31T00:00:00Z)' 10 50 "2034-01-31T00:00:00Z" 3>&1 1>&2 2>&3)
255255
256-
if whiptail_yesno=$(whiptail --title "step ca init options" --yesno "Continue with below?\n
256+
if whiptail_yesno=$(whiptail --title "step ca certificate options" --yesno "Continue with below?\n
257257
HOST: $HOST
258258
IP: $IP
259259
FQDN: $FQDN

0 commit comments

Comments
 (0)