One certificate for Exchange, Office 365 and multi-domains.
UCC (Unified Communications Certificate), also called SAN certificates, allow securing multiple domains and subdomains with a single certificate.
They are particularly suited for Microsoft Exchange, Lync/Skype, and multi-domain environments.
This guide covers use cases, selection and configuration of UCC certificates.
UCC certificate characteristics:
Why choose a UCC certificate:
UCC deployment on Exchange:
SAN list for an Exchange deployment:
# Typical names for Exchange/O365
mail.example.com # OWA, ActiveSync
autodiscover.example.com # Autodiscover mandatory
outlook.example.com # Optional but common
ews.example.com # Exchange Web Services
mapi.example.com # MAPI over HTTP
# For multi-tenant
mail.domain1.com
autodiscover.domain1.com
mail.domain2.com
autodiscover.domain2.com
# PowerShell - Import on Exchange
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path "c:\cert.pfx" -Encoding byte -ReadCount 0)) -Password:(ConvertTo-SecureString -String "password" -AsPlainText -Force)
# Assign to services
Enable-ExchangeCertificate -Thumbprint "THUMBPRINT" -Services "IIS,SMTP,IMAP,POP"
Autodiscover is crucial for Outlook to work properly.
Tips for UCC certificates:
UCC covers specific domains, Wildcard covers all subdomains of one domain.
Depending on provider, from 25 to 250 SANs. Check before purchase.
Some providers allow it with an additional fee. Others require reissuance.
For hybrid O365 yes. For pure O365, Microsoft manages certificates.
Yes, some providers allow including wildcards in SANs.
Yes, the first SAN is also the certificate's Common Name (CN).
UCC certificates are ideal for multi-domain environments and Microsoft Exchange.
Monitor your UCC expiration with MoniTao to keep your communications secure.
Start free, no credit card required.