I'm trying to change the friendly name of a SSL certificate.
I'm using this command:
"CertUtil.exe" -repairstore –user MY XXX changeCertFriendlyName.inf
changeCertFriendlyName.inf file content:
[Version]Signature = "$Windows NT$"
[Properties]
11 = "{text}New Name"
What am I doing wrong?
Thanks,
Nir