March 2020
Intermediate to advanced
626 pages
14h 45m
English
Let's secure booksapp.linkerd.local with TLS termination at the nginx gateway:
$ kubectl -n step exec -t step-0 -- \step certificate create booksapp.linkerd.local booksapp.crt booksapp.key \--profile leaf --ca identity.crt --ca-key identity.key \--no-password --insecure --force --kty=RSA --not-after=2160hYour certificate has been saved in booksapp.crt.Your private key has been saved in booksapp.key.$ kubectl -n step cp step-0:booksapp.crt booksapp.crt$ kubectl -n step cp step-0:booksapp.key booksapp.key
We need to pass the certificate chain along with the leaf certificate private key to the nginx ingress controller so that it can provide a secure TLS connection to the ...
Read now
Unlock full access