Subdomainler için SSL Sertifikası oluşturma

This commit is contained in:
Sedat ÖZTÜRK 2025-06-10 15:06:26 +03:00
parent 39bcf390c5
commit 394ad0f800

View file

@ -35,7 +35,7 @@
- /etc/hosts dosyasıılacak ve içerisine `127.0.1.1 devops.sozsoft.com` eklenecek - /etc/hosts dosyasıılacak ve içerisine `127.0.1.1 devops.sozsoft.com` eklenecek
- docker login devops.sozsoft.com - docker login devops.sozsoft.com
## Sertifika alma ## Wildcard için Sertifika alma
- sudo apt-get remove certbot - sudo apt-get remove certbot
- sudo snap install --classic certbot - sudo snap install --classic certbot
@ -51,6 +51,10 @@
- cd sozsoft.com/ - cd sozsoft.com/
- sudo chmod 775 * - sudo chmod 775 *
## Subdomainler için Otomatik Sertifika alma
- /configs/deployment/scripts/7-setup_ssl.sh içerisinde subdomainlerin otomatik ssl sertifikası oluşturulmaktadır.
## Git Kurulumu ## Git Kurulumu
- cd ~ - cd ~