- There are 3 snapins for certificate-related management
- on client, there is Certificates snappin, this manages the actual certificates
- on server, you have CA snapin and Certificate Templates snapin
- Just because you have a certificate template, doesn't mean CA is going to use it
- In order to issue a certain type of certificate, you have to let CA know that you want to issue that type of cert:
- In CA snapin, right click server name, New Certificate Template To Issue
- To check the current template that your CA can issue, click on "certificate templates"
- To manage your templates (in use/not in use), in CA snapin, expand CA server name, right click "Certificate Templates", select manage
- After #3, you are in "Certificate Templates" snapin
- Templates listed in here can be in use or not in use, depending on if you have perform #3 above
- You can directly publish a built-in template, but more typically, you should clone a template, make change on clone, then publish it (not a clone any more since we have made changes)
- For client to request:
- on a client machine, open Certificate snapin
Optionally you can use IIS Admin Console or certreq command line - Generate a request, send it to CA admin
- CA admin approves it
- Client enrolls the cert
- You can automate #6 by enabling auto enrollment in group policy
- Enterprise CA vs. Standalone CA
- standalone CA doesn't have certificate templates
- standalone doesn't support auto-enrollment
Search This Blog
Oct 10, 2013
AD CA basic - study notes
Apr 26, 2013
KMS, host keys, client keys, etc.
- One KMS can host multiple host keys - for example, it can host both Windows 2012 & Office host keys at the same time
- Host keys are confidential info for companies who bought the license; while client keys are publicly available from Microsoft's website. Client key for a product is same for all companies who chose to use KMS activation.
- Higher host keys is inclusive in that it covers older, lower products in the same product family. For example, once you install Windows Server 2012 Enterprise Edition, you won't need separate keys to cover standard edition or Windows 2008 servers. The same key covers all.
- Procedure that can solve vast majority of activation issues in KMS environment
- make sure DNS is working (can resolve KMS host name correctly), or just use IP address in below commands
- check if client is using KMS activation
- slmgr -dlv
- it should show in output that this is a KMS client. If it's not a KMS type client:
- slmgr -upk
- slmgr -ipk "product key of the OS version/edition".
You can google and find the product key - check if your client can resolve KMS SRV record
ping _vlmcs._TCP.yourDomain.name
if not resolving, you can manually add this record in DNS
if resolving, your activation should work. Go to the verification step - If you don't want to use SRV record, you can also manually tell OS where to find KMS host
slmgr -skms "A record of KMS host" or
slmgr -skms "IP of KMS host" - verify and active
slmgr -ato
Subscribe to:
Posts (Atom)