1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Merge pull request #727 from AndrewBudziszek/patch-1

Update README.md - Typo
This commit is contained in:
Patrik J. Braun 2023-09-26 09:31:01 +02:00 committed by GitHub
commit 81843ddf9b
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
```