Versions Compared

Key

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

...

Code Block
$ git clone https://github.com/certbot/certbot
$ cd certbot
$ docker run -v `pwd`:/certbot -it python bash
# cd /certbot
# python setup.py install












Since Google Domains doesn't have an API, need to use the manual feature:

...

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


Code Block
kubectl create secret generic ndslabs-tls-secret --from-file=tls.crt=fullchain.pem --from-file=tls.key=privkey.pem --namespace=default


A few things to note: