Hi
I enabled certificates using the steps described here
- In the
lms.env.json
andcms.env.json
files, set the value ofCERTIFICATES_HTML_VIEW
within theFEATURES
object totrue
.
“FEATURES”: { … ‘CERTIFICATES_HTML_VIEW’: true, … }
- Save the
lms.env.json
andcms.env.json
files. - If it does not exist already, create the folder
/tmp/certificates
owned by the user and groupwww-data
. Depending on your configuration, this folder might not survive reboots, and so might need to be created by a script. - Run database migrations.
After reboot, I dont see “the certificates” menu, which is supposed to be in studio.myhost.com/admin
[4.9.4. Configure Course Certificates for Your Open edX Instance]
Under Site Administration > Certificates , add an HTML View Configuration, and select Enabled .
Any help would be appreciated
Thanks