Renew expired certificate

Give me one minute and we'll have everything sorted.

1 Like

Don't do that just yet. One minute.

2 Likes
  1. Deactivate the unnecessary default.

sudo rm /etc/nginx/sites-enabled/default

  1. Install the correct configuration file.

Download this:

metabase.txt (414 Bytes)

Remove the .txt from the end of the filename.

Copy it to /etc/nginx/sites-available/metabase, replacing the old configuration file there.

  1. Reload nginx.

sudo nginx -s reload

  1. Setup the certificate correctly.

sudo certbot --cert-name justdance.dei.uc.pt --nginx -d "justdance.dei.uc.pt"

2 Likes

Thank you!!! It works!

2 Likes

You are quite welcome! :blush:

Your http to https redirect is working great too.

Looking good! :sunglasses:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.