Jac 0 Posted October 12, 2011 (edited) Hello i want to make a script that will install a certificate in firefox automaticly... I found this website (https://support.astaro.com/support/index...ing_HTTPS_signing_Certificate_) Can anyone transform this code please so i can run it in autoit on a gpo logon script ? :: save as installScript.cmdFOR /F "tokens=*" %%A IN ('dir /B "%APPDATA%\Mozilla\Firefox\Profiles\*.default"') DO set FIREFOX_PROFILE_DIR=%%Acertutil.exe -A -n AstaroCA -t "CT,C,C" -d "%APPDATA%\Mozilla\Firefox\Profiles\%FIREFOX_PROFILE_DIR%" -i %1 I then run the command like this installScript.cmd certificate.cer Thanks ! Edited October 12, 2011 by Jac Share this post Link to post Share on other sites
JohnOne 1,603 Posted October 12, 2011 How fast do you need it? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Jac 0 Posted October 12, 2011 It's not urgent...i can wait until next week.... Thanks ! Share this post Link to post Share on other sites
JohnOne 1,603 Posted October 12, 2011 Ok, as I have to visit my dying aunt hilda at the hospice you see. I could put it off until tomorrow if you like? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Jac 0 Posted October 12, 2011 Great thanks alot for your help Hope you aunt feel better... Share this post Link to post Share on other sites
JohnOne 1,603 Posted October 12, 2011 Thanks for your understanding. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Jac 0 Posted October 20, 2011 Hi JohnOne just wondering if you had time working on the script ? Thanks for your help again ! Share this post Link to post Share on other sites
JohnOne 1,603 Posted November 3, 2011 You know! I never did figure it out. How about you? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Jac 0 Posted November 17, 2011 Anyone else can help me with this script please Thanks ! Share this post Link to post Share on other sites