mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
# Create Directory in OPT
|
|
```sh
|
|
cd /opt && mkdir traefik
|
|
```
|
|
# create acme.json file
|
|
```sh
|
|
touch acme.json
|
|
chmod 600 /opt/traefik/acme.json
|
|
```
|
|
|
|
# after that go to docker-compose-ssl file copy and add domain name and Email address
|
|
|
|
[docker-compose file click here](docs/examples/docker-compose-ssl.yml)
|
|
|
|
after creating this Just run the docker-compose file that will automatically create SSL Certificate for that |