Skip to content

Commit 72e232b

Browse files
authoredJul 20, 2018
In case they don't have cert
before the assuming you have a cert
1 parent 5f6ba9a commit 72e232b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎serving/using-an-ssl-cert.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ cluster, make sure the certificate is signed for all the domains.
1313

1414
## Add the Certificate and Private Key into a secret
1515

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+
1618
Assuming you have two files, `cert.pk` which contains your certificate private
1719
key, and `cert.pem` which contains the public certificate, you can use the
1820
following command to create a secret that stores the certificate. Note the

0 commit comments

Comments
 (0)