Files
Docker-Chevereto/docs/HTTPS.md
Rodolfo Berrios 175489dd68 wip https
2022-10-17 10:22:01 -03:00

528 B

HTTPS

Place the certificate and private key at https/.

Type File
Certificate cert.pem
Private key key.pem

Create certificate

To create a certificate using certbot:

make certbot HOSTNAME=chevereto.com

The above command uses certbot/certbot for providing the files required, it will place the generated files at https/.

Use HTTPS

Alter the commands to use PROTOCOL=https:

make up-d PROTOCOL=https HOSTNAME=chevereto.com