How to start the certsrv.msc? I need to create a cert to access to an active directory over SSL
Asked
Active
Viewed 2.0k times
1 Answers
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 :
- Start
- find and run
certsrv.msc
Or
- Run
Server Manager
- Expand
Roles
- 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