Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the certbot window, Press Enter to Continue.  This will create the certificate in /etc/letsencrypt/live/domain.  

Code Block
cp -r /etc/letsencrypy/archive/domain .


Exit the container

Code Block
cd domain
kubectl create secret generic ndslabs-tls-secret --from-file=tls.crt=fullchainfullchain1.pem --from-file=tls.key=privkeyprivkey1.pem --namespace=default


A few things to note: 

...