Creating a Certificate Signing Request (CSR) in Microsoft Office 365 involves two methods
Using the CSR Generation tool is quite easy and quick; make sure to fill up the required details properly.
Steps to Generate CSR in Office 365 using the Admin Center
Here are the detailed steps to generate a CSR file in Microsoft Office 365:
- Sign in to the Office 365 Admin center.
- Go to Users, then Open the user you want to generate a CSR for.
- Click “Add key” under the “Additional keys” section
- Add Key Wizard will open.
- Select “Requested signing certificate” from the Key type drop-down.
- Click “Continue” to confirm that a CSR will be generated for the selected user.
- Click “Review + create” to initiate the CSR generation process.
- The CSR generation status will show “Generating requested signing certificate“. This usually takes a few minutes to complete.
- Once the status changes to “Requested Signing Certificate Generated.“
- Click “Close“.
- The CSR file will be automatically downloaded to your Downloads folder. You can find the CSR file with an extension “.csr“.
- Open the CSR file. You will find lines of text starting with “
- The CSR file contains the following information:
- Subject: Contains the User Principal Name (UPN) of the selected Office 365 user
- Public Key: Encryption key of the user
- Version: CSR version, usually 3
- Signature Algorithm: SHA-256
- Issuer: The domain name of the Office 365 tenant
- Subject Key Identifier: Unique ID of the public key
- You can use this CSR file to request and install an SSL certificate for the selected Office 365 user.
Finally, the CSR is on your screen; make sure to perform the following steps to Install SSL Certificate on Microsoft Office 365.