4

How to start the certsrv.msc? I need to create a cert to access to an active directory over SSL

Marco Herrarte
  • 153
  • 1
  • 1
  • 5

1 Answers1

5

certsrv.msc is only available on servers where Active Directory Certificates Services role is installed.

It is located in C:\Windows\System32

Go to :

  1. Start
  2. find and run certsrv.msc

Or

  1. Run Server Manager
  2. Expand Roles
  3. Expand Active Directory Certificates Services
krisFR
  • 13,280
  • 4
  • 36
  • 42
  • There's no `Active Directory Certificates Services` in my server manager only `Active Directory Domain Services` and inside `AD Users and computers` and `AD Sites and Services` – Marco Herrarte Feb 06 '14 at 21:21
  • @Kuait You certainly have a CA server somewhere. To find it try this : On your DC Server open a cmd prompt, then run `certutil -CA`. From the output check `CAPropDNSName = server.domain.local`. This is your CA Server. – krisFR Feb 06 '14 at 21:53