I've installed an SSL certificate in IIS, however the 'Name' column is showing as blank even though I entered a friendly name. Is there any way to fix this?
Asked
Active
Viewed 3.0k times
34
-
Is this a self signed certificate? – Vivek Kumbhar Jul 05 '11 at 14:12
-
@Vivek no it's not - does this make a difference? – Jonathan Jul 05 '11 at 19:51
-
which site did you get the certificate from? – GMitch Jul 05 '11 at 21:33
-
@GMitch I got it from [RapidSSL](http://rapidssl.com) – Jonathan Jul 05 '11 at 23:43
1 Answers
67
This is how you can change the friendly name (maybe there is a better & quicker way, but I only know this one):
- Run mmc.exe
- File | Add/Remove Snap-in...
- Select Certificates and click "Add"
- in new pop-up window choose Computer account and click "Next"
- choose Local Computer and click "Finish"
- now "OK"
- On a left-side tree go to "Certificates (Local Computer) | Personal | Certificates"
- Find your certificate, right click -> Properties
- Change Friendly name field's value and save

LazyOne
- 3,064
- 1
- 18
- 16
-
-
1@jwalker No reboots in my practice -- it's only a name (description) after all. – LazyOne May 30 '16 at 13:56