Skip to content

Commit 5eff603

Browse files
committed
fixed a typo
1 parent eea952f commit 5eff603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/certificate-management/self-signed-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can link it to the Kubernetes secret and use that secret in the Ingress for
1111
openssl req -new -key cert_key.pem -out cert_csr.pem -subj "/CN=example.com"
1212
openssl x509 -req -in cert_csr.pem -sha256 -days 365 -extensions v3_ca -signkey cert_key.pem -CAcreateserial -out cert_cert.pem
1313

14-
**Note:** Here, `example.com` is used for reference.You must replace `example.com` with the required domain name.
14+
**Note:** Here, `example.com` is used for reference. You must replace `example.com` with the required domain name.
1515

1616
**Note:** In the example, the generated certificate has a validity of one year as the days are mentioned as 365.
1717

0 commit comments

Comments
 (0)