We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ba9a commit 72e232bCopy full SHA for 72e232b
serving/using-an-ssl-cert.md
@@ -13,6 +13,8 @@ cluster, make sure the certificate is signed for all the domains.
13
14
## Add the Certificate and Private Key into a secret
15
16
+> Note, if you don't have a certificate, you can find instructions on obtaining an SSL/TLS certificate using LetsEncrypt at the bottom of this page.
17
+
18
Assuming you have two files, `cert.pk` which contains your certificate private
19
key, and `cert.pem` which contains the public certificate, you can use the
20
following command to create a secret that stores the certificate. Note the
0 commit comments