How to configure certificates for many organizations?

I want to configure separate certificates for each organization, with different templates.
I have configured→
env/apps/openedx/config/lms.env.yml

FEATURES:
CUSTOM_CERTIFICATE_TEMPLATES_ENABLED: true
ORGANIZATIONS_APP: true
CERTIFICATES_HTML_VIEW: true

/admin/certificates/certificatetemplate/1/change/

But it did not apply the configuration.

Sorry I config miss. delete " in my config is working.

FEATURES:
CUSTOM_CERTIFICATE_TEMPLATES_ENABLED".: true
ORGANIZATIONS_APP": true
CERTIFICATES_HTML_VIEW: true

to

FEATURES:
CUSTOM_CERTIFICATE_TEMPLATES_ENABLED: true
ORGANIZATIONS_APP: true
CERTIFICATES_HTML_VIEW: true

@choltha were you able to resolve the issue here?

@sarina Issue resolved. Thank you.