📘 docs: Add Note to nginx.md (#2341)

added reference for the need to do 'sudo apt update'
This commit is contained in:
chrislbrown84 2024-04-06 22:05:55 +01:00 committed by GitHub
parent 334b603247
commit 0b165260f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ Comment: remember to replace `your_domain.com` with your actual domain name.
To secure your LibreChat application with HTTPS, you'll need an SSL/TLS certificate. Let's Encrypt offers free certificates:
### Install Certbot
- For Ubuntu: `sudo apt-get install certbot python3-certbot-nginx`
- For Ubuntu: `sudo apt-get install certbot python3-certbot-nginx` (You might need to run 'sudo apt update' for this to work)
- For CentOS: `sudo yum install certbot python2-certbot-nginx`
### Obtain the Certificate