Update README.md

This commit is contained in:
Meysam Hadeli 2023-02-26 02:08:02 +03:30 committed by GitHub
parent da398b3c96
commit 484e2b30f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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