mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-24 14:28:09 +08:00
Update README.md
This commit is contained in:
parent
da398b3c96
commit
484e2b30f8
@ -165,8 +165,7 @@ docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d
|
|||||||
```bash
|
```bash
|
||||||
kubectl apply -f ./deployments/kubernetes/booking-secret.yml
|
kubectl apply -f ./deployments/kubernetes/booking-secret.yml
|
||||||
```
|
```
|
||||||
#### Note:
|
> Note: Also, we can run this commands for creating new `tls.key` and `tls.crt` and replace them with old one in `booking-secret.yml`
|
||||||
Also, we can run this commands for creating new `tls.key` and `tls.crt` and replace them with old one in `booking-secret.yml`
|
|
||||||
```bash
|
```bash
|
||||||
openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout tls.key -out tls.crt -subj "/CN=booking-microservices.com" -days 365
|
openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout tls.key -out tls.crt -subj "/CN=booking-microservices.com" -days 365
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user