Changes to Python script for MDS3 upgrade - GluuFederation/fido2 GitHub Wiki
New version of Gluu Server:
- on startup of fido2 server we need to do the following
wget https://mds.fidoalliance.org/ -O /etc/gluu/conf/fido2/mds/toc/toc.jwt
-
wget http://secure.globalsign.com/cacert/root-r3.crt -O /etc/gluu/conf/fido2/mds/cert/root-r3.crt
-
This folder
/etc/gluu/conf/fido2/mds/toc/toc.jwt
should have appropriate permissions because there will be a Timer Task will update this file toc.jwt by downloading the latest copy from the same location
For upgrade script:
-
Delete whatever is present in /etc/gluu/conf/fido2/mds/toc/toc.jwt
-
Get the latest -
wget https://mds.fidoalliance.org/ -O /etc/gluu/conf/fido2/mds/toc/toc.jwt
-
wget http://secure.globalsign.com/cacert/root-r3.crt -O /etc/gluu/conf/fido2/mds/cert/root-r3.crt
-
This folder
/etc/gluu/conf/fido2/mds/toc/toc.jwt
should have appropriate permissions because there will be a Timer Task will update this file toc.jwt by downloading the latest copy from the same location