Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/initializers/_interactive_option_ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ __prompt_ssl(){
banner "Setting up SSL...
Do you want to setup a SSL certificate and enable HTTPS now?
- manual: Prompts for the path of user uploaded ssl certificates and set up nginx
- auto: Will issue a free SSL certificate with https://www.letencrypt.org and set up nginx
- auto: Will issue a free SSL certificate with https://www.letsencrypt.org and set up nginx
- none: Do not setup HTTPS at all"
select opt in "${_options[@]}"; do
case $opt in
Expand Down