1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Update README.md - Typo

Fixes a typo in the docker README.
This commit is contained in:
Andrew 2023-09-25 22:23:04 -05:00 committed by GitHub
parent ff6a82ca8b
commit 36bd372b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ Edit `nginx.conf` at the `# CHANGE ME` lines by replacing `yourdomain.com` to yo
#### I.1.a get SSL certificate with certbot
Install certbot: https://certbot.eff.org/. (Certbot uses letsencrypt to get free certificate).
Than get your certificate:
Then get your certificate:
```bash
certbot certonly --standalone -d yourdomain.com
```