Skip to content

Enable Let's Encrypt automatic certificate deployment

Martin Fitzpatrick requested to merge github/fork/mfitzp/lets-encrypt into master

Updates vars.yml to set LETS_ENCRYPT_DOMAINS with:

  • internal_lms_domain
  • external_lms_domain
  • internal_lms_preview_domain
  • external_lms_preview_domain
  • internal_studio_domain
  • external_studio_domain

In combination with PR on openedx/configuration ( edx/configuration#3313 ) this should automatically enable Let's Encrypt SSL certs on newly deployed hosts.

Merge request reports