What Domains to Associate With UCC SSL Certificate? We've compiled some tips and information for using a GoDaddy UCC SSL certificate with Microsoft Exchange. Up to bat first, domain determination. Ensure the external domains you want to secure have up to date WHOIS contact information and DNS entries. First figure out what domains and subdomains will be associated with the UCC SSL certificate. Most likely it will be something like: - mail.yourbusinessname.tld (smtp,imap,pop)
- webmail.yourbusinessname.tld (if your OWA address is different from the one above)
- autodiscover.yourbusinessname.tld (helps reduce headache)
- exchsrv (internal hostname)
- exchsrv.internal.local (internal dns domain)
Once all the domains and subdomains have been figured out, buy the certificate from GoDaddy.
Create and Install the UCC SSL Certificate The process to create the certificate can now be done. Lets begin on the Exchange side - so use these commands are performed from the Exchange PowerShell. Use the primary domain as the first one. [PS] New-ExchangeCertificate -DomainName mail.domain.tld, autodiscover.domain.tld, webmail.domain.tld, exchsrv, exchsrv.domain.local -FriendlyName ExchangeCert -GenerateRequest:$True -Keysize 2048 -path c:request.req -privatekeyExportable:$true -subjectName "c=us, o=Company, CN=domain.tld" Open the certificate in notepad and paste that into the certificate request window in GoDaddy's certificate wizard when requested. GoDaddy will process it and ask to verify the domain. Verification may take up to 24 hours, but sometimes you can get lucky and be verified in an hour or less. Once all the domains are verified, download the certificate for Exchange 2007, and save it to the Exchange Server. Now import the certificate and enable the services that should use it. [PS] C:Documents and SettingsAdministratorDesktop>Import-ExchangeCertificate -Path "C:domain.tld.crt" | Enable-ExchangeCertificate -Services IMAP,POP,IIS,SMTP Then export the certificate to PFX formation using the Certificates MMC snap-in. After the export, enable the services again by the thumprint. You may need to look at the details of the certificate to get the thumbprint to get IIS to see the new certificate. It make ask if you want to overwrite a previous certificate. [PS] Get-ExchangeCertificate -Thumbprint "somethumbprintstring" | Enable-ExchangeCertificate -Services SMTP,IIS,POP,IMAP
Now, double check that you can visit the webmail site. Also verify the SSL certificate is the one the was just imported. Add (or Remove) SANs Once UCC SSL Certificate Has Been Issued After your UCC SSL Certificate has been issued, you can use this information to add/remove SANs: • Log into your GoDaddy account. • Select ‘Manage SSL Certificates’ from the ‘My Account’ menu • Click on the ‘Manage Certificate’ link to the right of the domain name. You will be taken directly into the SSL Management Account. All certificates associated with that shopper ID will be displayed from all older SSL account management accounts. • Click on the current certificate • Click on the Manage button • You will see a box for a CSR and a Continue button. Leave the box blank and press the Continue button • The page that loads will have available spaces for you to add or remove your SANs as your needs require. • When you have completed your changes, click the “Continue” button. Once you press continue godaddy will verify control of each domain that is added to your certificate, then issue a new certificate. Once a new certificate is issued the original certificate will no longer be valid, meaning you must replace the original certificate on the original hosting server. If you will be installing the UCC onto any other server, it will be necessary to export the original private key from the original server and import it into any other server you plan to secure with your UCC. You will then be able to install the UCC onto that server. After a Multiple Domain Certificate, SSL certificate has been issued you may add or remove subordinate common names from the certificate as need be. Multiple Server UCC SSL Certificate Install
If you are installing your UCC on multiple servers, export the private key from the original server and import it on the additional servers you want to secure. Then, install the UCC on the new servers. Buy and Install GoDaddy Unified Communications Certificate UCC for Exchange| Tips and help to buy GoDaddy UCC SSL certificate and install it for Exchange ...
|