Setting up custom certificates templates with Tutor

Hello @nadiastef

Default edX not provide any certificate in audit mode.

@phulc did you figured out this? i am stuck on same problem to generate certificate but unable to do it. even after tryong above methods

Hi! How do I enable the CUSTOM_CERTIFICATE_TEMPLATES_ENABLED and ORGANIZATIONS_APP feature flags to be set to true?

I am working in tutor but it seems as though i am out of my depth. I believe I enabled the flags to be true but when i preview the certificate on my studio site, it still displays the default certificate.

Easiest way is via a plugin.

Create custom_cert.yml at “$(tutor plugins printroot)”
Follow install instructions

name: customcert
version: 0.1.0
patches:
  common-env-features: |
    "CUSTOM_CERTIFICATE_TEMPLATES_ENABLED": true,
    "ORGANIZATIONS_APP": true


# tutor plugins install custom_cert.yml
# tutor plugins enable customcert
# tutor config save
# tutor local reboot -d