From 484e2b30f88ac9f6eabd6fddbf7a201bd2d88e8d Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:08:02 +0330 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c0c868d..6283611 100644 --- a/README.md +++ b/README.md @@ -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