Open kcpevey opened 2 years ago
It's documented here: https://www.nebari.dev/docs/explanations/advanced-configuration#certificates, we need to add cross-links from specific deployment pages like we do in the local deployment page here: https://www.nebari.dev/docs/how-tos/nebari-local
This just needs a small FAQ and cross-links
Preliminary Checks
Summary
We thought the SSL certs would be taken care of by cloudflare, but didn’t realize we needed the extra flag for that to happen.
This caused the browser (Chrome) to attempt to block access to the website. (which we got around by typing "thisisunsafe" - I know, its not safe, don't try this at home, kids).
Solution: When running
nebari init
there is a flag you can pass to auto-enable the certs--ssl-cert-email
Steps to Resolve this Issue
We need to add some details on this to docs both in the
nebari init
page and thenebari deploy
pages.