Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The certificate should be automatically updated and managed via CertBot and Let's Encrypt. If you need to manually update the certificate you can follow this procedure.

...

Code Block
languageshell

Run:

...

sudo certbot --nginx

Installing Python 3.10 on Ubuntu 20.04

Restrictions on RPM Packages

...

languageshell

...

Updates to OS

Code Block
languageshell
sudo apt update
sudo apt upgrade
sudo apt install build-essential libssl-dev libffi-dev 

...