mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 10:32: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
|
||||
kubectl apply -f ./deployments/kubernetes/booking-secret.yml
|
||||
```
|
||||
#### 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`
|
||||
> 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`
|
||||
```bash
|
||||
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