nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 29 forks source link

[DOC] - Add more details about auto-enabling SSL certs #204

Open kcpevey opened 2 years ago

kcpevey commented 2 years ago

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 the nebari deploy pages.

pavithraes commented 6 months 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

kcpevey commented 6 months ago

This just needs a small FAQ and cross-links