Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List the existing SSL certificates:

Code Block
xml
xml
Get-ExchangeCertificate | FL

#NETBIOS NETBIOS name of Exchange: EX-2k7
#Internal Internal FQDN (AD name): EX-2k7.NET.local
#External External FQDN (Public name): webmail.netometer.com
#Autodiscover Autodiscover name: autodiscover.netometer.com
#SubjectName SubjectName: cn=webmail.netometer.com

#The The command for generating the new Self-Signed SSL cert
# (uses the names listed above):

Code Block
New-ExchangeCertificate -FriendlyName "SelfSigned Cert" -SubjectName "cn=webmail.netometer.com" -DomainName EX-2k7,EX-2k7.NET.local,webmail.netometer.com,autodiscover.netometer.com -PrivateKeyExportable $True

Adding Services to Certificate

Get Foot Print:

Code Block
langxml
Get-ExchangeCertificate | FL

Add Service to Servificate:

Code Block
langxml
Enable-ExchangeCertificate -thumbprint "BBB2306EF35037B037EF6A110DFBB68CFEAD27B7" -services IIS