We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea952f commit 5eff603Copy full SHA for 5eff603
docs/certificate-management/self-signed-certificate.md
@@ -11,7 +11,7 @@ You can link it to the Kubernetes secret and use that secret in the Ingress for
11
openssl req -new -key cert_key.pem -out cert_csr.pem -subj "/CN=example.com"
12
openssl x509 -req -in cert_csr.pem -sha256 -days 365 -extensions v3_ca -signkey cert_key.pem -CAcreateserial -out cert_cert.pem
13
14
-**Note:** Here, `example.com` is used for reference.You must replace `example.com` with the required domain name.
+**Note:** Here, `example.com` is used for reference. You must replace `example.com` with the required domain name.
15
16
**Note:** In the example, the generated certificate has a validity of one year as the days are mentioned as 365.
17
0 commit comments