All my urls are mail.mydomain.com, so i would like to go with the below san names, mail.mydomain.com, autodiscover.mydomain.com and legacy.mydomain.com
Do i need the SAN name mydomain.com for exchange server?.Please guide me how to create csr
Technology Tips and News
Create your CSR with the New Exchange Certificate Wizard
Hope these steps works for you and easily help to install certificate and generate CSR
For Third party Certificate Renewal
For renewing the third-party certificate, we need to apply a new certificate request from the third-party CA, then import the certificate to the Exchange servers and enable the related service (IIS, IMAP, POP, and SMTP) on the Exchange servers.
Follow the below steps:
Step 1: Obtain an SSL certificate. Purchase an SSL certificate from a well-known certification authority (CA).
Step 2: Generate and submit the certificate request: create a new certificate request for Secure Sockets Layer (SSL) services.
New-ExchangeCertificate -GenerateRequest -SubjectName C=US, S = Contoso, L = Toybox, O = Test, OU = IT, CN = mail.contoso.com -domainname mail.contoso.com, Mail.ad.contoso.com, Webmail.contoso.com -FriendlyName mail.contoso.com -privatekeyexportable:$true -path c:\cert.txt
IMP Note:
DomainName is used to populate one or more domain names (FQDNs) or server names in the resulting certificate request. We can replace domainname according to our own environment.
FriendlyName is used to specify a display name for the resulting certificate. The display name must be lesser than 64 characters.
In SubjectName property, we can use the proper subject name by our own environment: c for country/region name, o for organization name and cn for common name.
Step 3: Enable the certificate on the Default Web site after your certificate has been generated, you must import it and then enable the certificate on the Default Web site.
Import-ExchangeCertificate -path c:\cert.cer
Note: c:\cert.cer is the location and name of our certificate in my example.
Enable-ExchangeCertificate -thumbprint <copied thumbprint value> -services IIS,IMAP,POP,SMTP
Note: Using the enable-ExchangeCertificate cmdlet will update the certificate mapping and replace the existing certificate that is configured in IIS, IMAP4, POP3, SMTP.
Step 4: Require the Client Access server virtual directories to use SSL
Step 5: Perform an IIS reset. Try browsing OWA and see if you get any errors
You can use this tool to generate command to create CSR.
Sample you can see in the same file as separate sheet
http://gallery.technet.microsoft.com/Exchange-20072010-and-2013-17a0b52f
Hi,
Use DIGIcert tool.