Jac Posted October 12, 2011 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
JohnOne Posted October 12, 2011 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.
Jac Posted October 12, 2011 Author Posted October 12, 2011 It's not urgent...i can wait until next week.... Thanks !
JohnOne Posted October 12, 2011 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.
Jac Posted October 12, 2011 Author Posted October 12, 2011 Great thanks alot for your help Hope you aunt feel better...
JohnOne Posted October 12, 2011 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.
Jac Posted October 20, 2011 Author Posted October 20, 2011 Hi JohnOne just wondering if you had time working on the script ? Thanks for your help again !
JohnOne Posted November 3, 2011 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.
Jac Posted November 17, 2011 Author Posted November 17, 2011 Anyone else can help me with this script please Thanks !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now