rsh Posted January 11, 2012 Posted January 11, 2012 I have a valid certificate that I need to have AutoIt register in Internet Explorer. It appears I need to register it in the following areas: Internet Options > Content > Certificates > Personal Internet Options > Content > Certificates > Intermediate Certification Authorities Internet Options > Content > Certificates > Trusted Root Certification Authorities Internet Options > Content > Certificates > Trusted Publishers I have no idea how to go about this...I would greatly appreciate any examples. Ron
willichan Posted January 11, 2012 Posted January 11, 2012 I have a valid certificate that I need to have AutoIt register in Internet Explorer.It appears I need to register it in the following areas:Internet Options > Content > Certificates > PersonalInternet Options > Content > Certificates > Intermediate Certification AuthoritiesInternet Options > Content > Certificates > Trusted Root Certification AuthoritiesInternet Options > Content > Certificates > Trusted PublishersI have no idea how to go about this...I would greatly appreciate any examples.RonIt can be, and has been done, but I am hesitant to give that out since there are far more nefarious reasons to do this than good.If you have a valid need for this, I would start looking at Microsoft's support site and make sure you understand how the certificates work as well as how to import them.Your blanket registration need, as stated above, leaves me worried that you either don't understand certificates, or have less than benevolent purposes. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
rsh Posted January 11, 2012 Author Posted January 11, 2012 Fair enough. I assure you this is on the up and up. My client has drug testing machines that use Microsoft XP as an OS. They have recently changed from using the Microsoft JVM to the Sun JVM. I have the applets rebuilt and modified the code appropriately. My issue is that they need to do a mass deploy of the installation to all of their remote sites. We chose AutoIt to do all of the Java Install and had to modify several registry settings to not AutoUpdate etc. The last problem they are having is that the clinics are receiving a dialog box promting them to select a certificate, which they have, but they are concerned that the clinic technicians will not know what to do. So my thought was to, as part of the install, import their key onto the machine, which should eliminate prompting the user. I have tried researching this, but I am comping up empty. Would it be possible to email me and we can discuss it? I can give you personal information regarding the useage. rs_herhuth(at)yahoo.com Im really in a bind here, Thanks!
willichan Posted January 11, 2012 Posted January 11, 2012 I'll send you an email tonight. If you can send me your code for what you are doing for me to review, I will consider helping you out. You understand the major security issues this could bring up. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
Moderators Melba23 Posted January 11, 2012 Moderators Posted January 11, 2012 rsh, I agree with willichan. This sort of thing should not be explained in open forum. If he is happy to help you privately that is his decision. If not, please do not start another thread on the same subject. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts