Nota: Este artigo foi publicado originalmente em 2013. Alguns passos, comandos ou versões de software podem ter mudado. Consulte a documentação atual de Windows Servers para as informações mais recentes.
Pré-requisitos
Antes de começar, certifique-se de ter:
- 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#)
Related articles
- (http://technology.bauzas.com/files/2013/03/151122076_80_802.jpg)](http://technology.bauzas.com/microsoft/servers/technologies-servers/authentication/how-to-enable-kerberos-authentication-on-a-sharepoint-2013-server/)(http://technology.bauzas.com/microsoft/servers/technologies-servers/authentication/how-to-enable-kerberos-authentication-on-a-sharepoint-2013-server/)
(http://img.zemanta.com/zemified_h.png?x-id=3ea0687a-043b-4ae4-a401-c074fe7c18cd)](http://www.zemanta.com/?px “Enhanced by Zemanta”)