Note : Cet article a été publié à l’origine en 2013. Certaines étapes, commandes ou versions de logiciels ont pu changer. Consultez la documentation actuelle de Windows Servers pour les informations les plus récentes.

Prérequis

Avant de commencer, assurez-vous d’avoir :

  • Windows Server installed
  • Administrator access
  • Remote Desktop or direct console access

How to: Manage the (http://en.wikipedia.org/wiki/Junior_Certificate “Junior Certificate”) Store on your local machine using the (http://en.wikipedia.org/wiki/Command_Prompt “Command Prompt”) or (http://www.microsoft.com/powershell “Windows PowerShell”)

It seems that as of late I am playing a lot with certificates in order to authenticate traffic across the network. Some of the most useful shell commands I have found are listed below, hopefully they’ll help you manage your certificate store when using the (http://en.wikipedia.org/wiki/User_interface “User interface”) is not an easy option: List all the certificates in the store:

certutil -store | more (list cert store)

(or)

get-item Cert:LocalMachineMy*

  Delete a particular certificate from the store:

certutil -delstore (Index#)

(or)

remove-item Cert:LocalMachineMy (thumbprint#)

   

(http://img.zemanta.com/zemified_h.png?x-id=3ea0687a-043b-4ae4-a401-c074fe7c18cd)](http://www.zemanta.com/?px “Enhanced by Zemanta”)

Résumé