Skip to content

Commit

Permalink
Better message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier-Boudeville committed Aug 7, 2023
1 parent f6115de commit d1e2478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/bin/deploy-us-web-native-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ if [ $do_launch -eq 0 ]; then

else

display_and_log "(no auto-launch enabled; one may decide to enable or disable certificate generation - see the 'certificate_support' key in US-Web configuration file - and execute, as root, 'systemctl daemon-reload && systemctl restart us-web-as-native-build.service; sleep 150; systemctl status us-web-as-native-build.service' - the sleep allowing hopefully to wait for the end of any certificate renewal procedure (count at least 2 minutes per domain if relying on the dns-01 challenge) - and check possibly with wget that the expected virtual hosts are available indeed)."
display_and_log "(no auto-launch enabled; one may decide to enable or disable certificate generation - see the 'certificate_support' key in US-Web configuration file - and execute, as root, 'systemctl daemon-reload && systemctl restart us-web-as-native-build.service; sleep 150; systemctl status us-web-as-native-build.service' - the sleep allowing hopefully to wait for the end of any certificate renewal procedure (count at least 2 minutes per domain if relying on the dns-01 challenge; hence having 5 domains results in, at startup, 10 minutes of waiting until HTTP and HTTPS become ready) - and check possibly with wget that the expected virtual hosts are available indeed)."

display_and_log "Any prior US-Web instance that would still linger could be removed thanks to our 'kill-us-web.sh' script. Use 'journalctl -eu us-web-as-native-build.service' to consult the corresponding systemd-level logs."

Expand Down

0 comments on commit d1e2478

Please sign in to comment.