0

I have installed out new wildcard via the GUI.

I have assigned IIS and SMTP to it.

When I view the old wildcard it still shows SMTP under services.

I can run Get-Certificate but all it gives me is SMTP, is there any way of finding out where in exchange this certificate is used, more detailed than just SMTP.

Thanks

ZZ9
  • 888
  • 3
  • 16
  • 47

1 Answers1

1

I'm assuming you mean you ran the Get-ExchangeCertificate command in the EMS.

You can get the same info from the EMC but you've gotten the information you need. The certificate is being used by SMTP. That's it.

joeqwerty
  • 109,901
  • 6
  • 81
  • 172
  • How can SMTP be bound to multiple SSL certs? How do I know if I remove the old one it will not break. – ZZ9 Sep 09 '15 at 18:05
  • It is possible for multiple certificates to be bound to SMTP. See here for how to remove it - http://serverfault.com/questions/699633/how-to-unassign-self-signed-cert-from-smtp-on-exchange-2010 – joeqwerty Sep 09 '15 at 18:17