mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +00:00
Update SSL-certificate-using-Traefik .md
This commit is contained in:
parent
2700c4584e
commit
e11c5afd46
@ -1,12 +1,11 @@
|
|||||||
# Create Directory in OPT
|
# Create Directory in OPT
|
||||||
```sh
|
|
||||||
cd /opt && mkdir traefik
|
cd /opt && mkdir traefik
|
||||||
```
|
|
||||||
# create acme.json file
|
# create acme.json file
|
||||||
```sh
|
|
||||||
touch acme.json
|
touch acme.json
|
||||||
chmod 600 /opt/traefik/acme.json
|
chmod 600 /opt/traefik/acme.json
|
||||||
```
|
|
||||||
|
|
||||||
# after that go to docker-compose-ssl file copy and add domain name and Email address
|
# after that go to docker-compose-ssl file copy and add domain name and Email address
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user