Update SSL-certificate-using-Traefik .md

This commit is contained in:
Syed Mufeth 2025-04-02 18:18:11 +05:30 committed by GitHub
parent 2700c4584e
commit e11c5afd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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