Windows Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsWindows Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 14th, 2003, 06:40 PM
sjbates sjbates is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: England, UK
Posts: 41 sjbates User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Install SSL Certificate on Windows (silent mode)

Hi

I've got to install a number of SSL certificates on local machines and i wanted to install them silently, the following command is the only way i've found to so far.

Quote:
rundll32.exe cryptext.dll,CryptExtAddCER caname.crt


The main problem is you get prompted to install the certificate and have to go through the list.

Is there anyway to do this silently? I know whats being installed so i dont need to do the long install via the Windows Wizard.

Thanks, Steven.

Reply With Quote
  #2  
Old September 8th, 2003, 04:17 AM
rojek rojek is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 11 rojek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Lightbulb

I've had the same problem.
Try to use program, which is called certmgr, it comes from Microsoft site's and there's a documentation for it. By the way I think it's not so ideal (just like Microsoft :-) ), but helpfull because it dosen't show so many comunicates.
You can put certificate in CA strore by giving command
certmgr /add certificate.cer /s CA
If you want push in another store use root or my etc.
If you push an CRL add an option /CRL

If you want delete certificates use command certmgr /del /all /s CA - but be carefull it removes ALL certs. If you want save some read in documentation, but it has some problems with it and don't work perfectly (better using Windoza Expoting).

But one problem of it - I don't know how to automatize auto-choose system store :-(
And there's only one communicate, when you try to adding cert's to root store.

Last edited by rojek : September 8th, 2003 at 05:12 AM.

Reply With Quote
  #3  
Old September 8th, 2003, 08:12 AM
sjbates sjbates is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: England, UK
Posts: 41 sjbates User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Hi

I came across certmgr before on the Microsoft web site but was unsure on where to download it from.

Is it part of any of the Platform SDK's?

Thanks, Steven.

Reply With Quote
  #4  
Old September 9th, 2003, 01:40 AM
rojek rojek is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 11 rojek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I get it from page

http://www.microsoft.com/downloads/...&displaylang=en

It's in codesignx86.exe (on the bottom of page)

If youy've problem with tis page type "codesignx86.exe" in google.

CertMgr can be run from shell and by clicking. If you click on it you see standard Windows call. By shell it's possible to give parameters.

Reply With Quote
  #5  
Old September 9th, 2003, 02:04 AM
cleverpig cleverpig is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jul 2003
Posts: 1,152 cleverpig User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via MSN to cleverpig
U can use IIS in the windows2000 server,it can generate SSL certificates...But how to auto install sliently??...
Please visit http://www.nsoftware.com/products/controls/?ctl=CertMgr
Maybe it's helpful...

Reply With Quote
  #6  
Old September 9th, 2003, 03:24 AM
rojek rojek is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 11 rojek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thx for info about component, i'll try it, it has some interesting methods

Reply With Quote
  #7  
Old September 9th, 2003, 06:26 AM
sjbates sjbates is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: England, UK
Posts: 41 sjbates User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Thanks for that i've managed to download it and am trying it out now.

Reply With Quote
  #8  
Old September 9th, 2003, 08:12 AM
cleverpig cleverpig is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jul 2003
Posts: 1,152 cleverpig User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via MSN to cleverpig
Help U is my happy!...

Reply With Quote
  #9  
Old September 9th, 2003, 08:19 AM
sjbates sjbates is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: England, UK
Posts: 41 sjbates User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Seems as if certmgr from the Microsoft site will do what i like but will take a look at the second as well.

Thanks for your help.

Reply With Quote
  #10  
Old March 18th, 2004, 03:51 PM
captdantman captdantman is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 captdantman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
How to silent nstalling SSL certificate that has password?

Using certmgr to silent install certificates but one has a password, is there a way to pass that? or any other options to silently install? Thanks

Reply With Quote
  #11  
Old March 19th, 2004, 09:14 PM
codergeek42 codergeek42 is offline
[Insert clever comment here.]
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jul 2003
Location: Anaheim, CA (USA)
Posts: 6,528 codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)codergeek42 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 39542 Folding Title: Starter FolderFolding Points: 39542 Folding Title: Starter Folder
Time spent in forums: 1 Month 2 Weeks 1 Day 10 h 57 m 47 sec
Reputation Power: 1723
Send a message via ICQ to codergeek42 Send a message via AIM to codergeek42 Send a message via Yahoo to codergeek42 Send a message via Google Talk to codergeek42
Facebook
Shouldn't this be moved to the Windows NT/XP/2000 forum?
__________________
~~ Peter ~~ :: ( Who am I? ) :: ( My Blog: A day (or more) in the life of a CS & Math student... ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) :: ( About me on the WIki )

Reply With Quote
  #12  
Old March 20th, 2004, 08:50 AM
computer's Avatar
computer computer is offline
echo $usertitle['computer'];
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2003
Location: UK
Posts: 6,697 computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 4 Weeks 14 h 48 m 50 sec
Reputation Power: 383
Send a message via ICQ to computer
Quote:
Originally Posted by php4geek
Shouldn't this be moved to the Windows NT/XP/2000 forum?

yes sir, moved sir!!
__________________

Reply With Quote
  #13  
Old March 20th, 2004, 09:24 AM
computer's Avatar
computer computer is offline
echo $usertitle['computer'];
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2003
Location: UK
Posts: 6,697 computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level)computer User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 4 Weeks 14 h 48 m 50 sec
Reputation Power: 383
Send a message via ICQ to computer
Quote:
Originally Posted by php4geek
Shouldn't this be moved to the Windows NT/XP/2000 forum?

yes sir, moved sir!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsWindows Help > Install SSL Certificate on Windows (silent mode)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT