Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs two stage approach to enabling HTTPS for a site #1

Open
varilink opened this issue Jul 30, 2021 · 0 comments
Open

Needs two stage approach to enabling HTTPS for a site #1

varilink opened this issue Jul 30, 2021 · 0 comments

Comments

@varilink
Copy link
Owner

If we need to enable HTTPS for a site then we're going to need a two stage approach to configuring Nginx for that site. It's not possible to bring Nginx up if the site configuration contains references to certificates that don't yet exist on the host. So, we need to do the following:

  1. Configure the site for HTTP only
  2. Obtain the certificate (okay, maybe three stage!)
  3. Reconfigure the site for HTTPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant