Hi experts,

        I tried to run cert_install.bat to modify the 
security.enterprise_roots.enabled to true on Firefox 63.
Local-settings.js and umbrella.cfg are copied to the right place as the 
cert_install.bat does. Somehow some endpoints work but some fail. Do you have 
idea about any possibility for the unexpected result? Thank you.

Cert_install.bat

@echo off

rd d:\Cert_tmp /S/Q
md d:\Cert_tmp
xcopy . d:\Cert_tmp /D/K/E/Y/C/I/H
start "d:\Cert_tmp" certutil.exe -addstore Root .\fireglass.cer
copy .\umbrella.cfg "C:\Program Files (x86)\Mozilla Firefox"
copy .\umbrella.cfg "C:\Program Files\Mozilla Firefox"
copy .\local-settings.js "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"
copy .\local-settings.js "C:\Program Files\Mozilla Firefox\defaults\pref"

umbrella.cfg

//
lockPref("security.enterprise_roots.enabled", true);


local-settings.js

pref("general.config.obscure_value", 0);
pref("general.config.filename", "umbrella.cfg");


Best Regards,

Sean Wang
Sr. Systems Engineer, Taiwan, Symantec Corporation
Office: +8862 8729 1328
Mobile: +886 972 852 208
[email protected]

[cid:[email protected]]


_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to