From d164684913a78adb7001ba201f867482f54242b0 Mon Sep 17 00:00:00 2001 From: BakiDance <43658058+BakiDance@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:23:11 -0500 Subject: [PATCH] Restart Wings in troubleshooting steps (#467) --- tutorials/creating_ssl_certificates.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/creating_ssl_certificates.md b/tutorials/creating_ssl_certificates.md index df0d1aed..3726a9d4 100644 --- a/tutorials/creating_ssl_certificates.md +++ b/tutorials/creating_ssl_certificates.md @@ -89,6 +89,11 @@ Once the process has complete, you can restart the Nginx service: ```bash systemctl start nginx ``` +You may also need to restart Wings as not every service is able to automatically apply an updated certificate: + +```bash +systemctl restart wings +``` ::: ::: tab "Method 2: acme.sh (Cloudflare)"