mirror of https://github.com/knative/docs.git
In case they don't have cert
before the assuming you have a cert
This commit is contained in:
parent
5f6ba9a796
commit
72e232b765
|
@ -13,6 +13,8 @@ cluster, make sure the certificate is signed for all the domains.
|
|||
|
||||
## Add the Certificate and Private Key into a secret
|
||||
|
||||
> 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.
|
||||
|
||||
Assuming you have two files, `cert.pk` which contains your certificate private
|
||||
key, and `cert.pem` which contains the public certificate, you can use the
|
||||
following command to create a secret that stores the certificate. Note the
|
||||
|
|
Loading…
Reference in New Issue