Forum Discussion
Expired Exchange Certificate in Test environment
- Apr 11, 2023
Deleted my bad just open cmd as admin and type mmc only and hit enter
Deleted
To create a certificate for submission to a Certificate Authority (CA) for Exchange, you can follow these general steps:
Open the Exchange Management Console (EMC) on your Exchange server.
Navigate to the "Server Configuration" tab and select the server that you want to generate the certificate for.
In the Actions pane, click "New Exchange Certificate" to start the Certificate Wizard.
On the Introduction page, click Next to proceed.
On the Request Information page, enter the required information, such as the fully qualified domain name (FQDN) of your Exchange server and your organization's name.
On the Domain Scope page, select the domains for which you want the certificate to be valid, such as your internal domain name and your external domain name.
On the Exchange Services page, select the Exchange services that you want to assign the certificate to, such as Outlook Web App (OWA), Exchange ActiveSync, and Autodiscover.
On the Certificate Name page, enter a name for the certificate.
On the Organization and Location Information page, enter the organization and location information for the certificate.
On the File to Save the Certificate page, specify the location where you want to save the certificate request file.
Review your selections on the Summary page, and click New to create the certificate request.
Submit the certificate request file to your CA for processing.
After the CA issues the certificate, use the "Complete Pending Request" wizard in the EMC to import and assign the certificate to the appropriate Exchange services.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.
- DeletedApr 11, 2023Thanks but this is what I did. The problem is the only option I had was to create a Self Signed Certificate. There was no option to create a CSR for a certificate authority. I don't know if the Self Signed is what I want. Typically I do this using the MMC snapin but I am on Windows Server 2016 and I can't seem to find the MMC. In the past I just typed MMC in the search box but with older versions of Windows.
- eliekarkafyApr 11, 2023MVPopen CMD and type mmc.msc and hit enter and the mmc should open then navigate to file and add and remove snap in and add the certificate section
- DeletedApr 11, 2023Thanks, but that did not work. Tried Windows PowerShell and Exchange PowerShell in addition to CMD. Is this a feature that needs to be added?