Subdomainler için SSL Sertifikası oluşturma
This commit is contained in:
parent
39bcf390c5
commit
394ad0f800
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
- /etc/hosts dosyası açılacak ve içerisine `127.0.1.1 devops.sozsoft.com` eklenecek
|
- /etc/hosts dosyası açı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 ~
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue