From f39af47eb03343dadf2c646dc43c8b8e131e427a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 8 Jun 2021 23:25:06 -0600 Subject: add xmpp server entry --- blog/dst/a/website_with_nginx.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'blog/dst/a/website_with_nginx.html') diff --git a/blog/dst/a/website_with_nginx.html b/blog/dst/a/website_with_nginx.html index caf756f..dea1fba 100644 --- a/blog/dst/a/website_with_nginx.html +++ b/blog/dst/a/website_with_nginx.html @@ -198,11 +198,35 @@ systemctl restart nginx

And a file will be opened where you need to add a new rule for Certbot, just append the line: 1 1 1 * * certbot renew (renew on the first day of every month) and you’re good. Alternatively use systemd timers as stated in the Arch Linux Wiki.

That’s it, you now have a website with SSL certificate.

+ + +

By David Luévano

Created: Fri, Mar 19, 2021 @ 02:58 UTC

-

Modified: Tue, Jun 08, 2021 @ 06:11 UTC

+

Modified: Tue, Jun 08, 2021 @ 07:27 UTC