First published on TECHNET on Dec 12, 2008
The friendly name of a certificate can be helpful if multiple certificates with a similar subject exist in a certificate store.
One way to set the friendly name is through the certificate MMC SnapIn. Alternatively certutil.exe can be used in the following way:
[Version]
Signature = "$Windows NT$"
[Properties]
11 = "{text}My Friendly Name"
certutil –repairstore –user my {SerialNumber} FriendlyName.inf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.