Renewing a certificate in a Windows RADIUS server involves several steps. Here’s a step-by-step guide to help you through the process:
1. Generate a New Certificate Request
- Open the MMC (Microsoft Management Console):
- Press
Win + R, typemmc, and press Enter.
- Press
- Add/Remove Snap-ins:
- Go to
File>Add/Remove Snap-in. - Select
Certificatesand clickAdd. - Choose
Computer account, thenNext, and selectLocal computer. - Click
FinishandOK.
- Go to
- Create a New Certificate Request:
- Navigate to
Certificates (Local Computer)>Personal>Certificates. - Right-click on
Certificates, go toAll Tasks, and selectRequest New Certificate. - Follow the wizard to generate a new certificate request. Ensure you select the appropriate certificate template (e.g., RAS and IAS Server).
- Navigate to
2. Submit the Certificate Request to a CA (Certificate Authority)
- Submit the Request:
- Save the certificate request file (usually with a
.reqextension). - Open the Certification Authority console (
certsrv.msc). - Right-click on
Pending Requests, selectAll Tasks, and thenSubmit new request. - Browse to and select your certificate request file.
- Save the certificate request file (usually with a
- Approve the Request:
- Find your request in
Pending Requests. - Right-click on it and select
All Tasks>Issue.
- Find your request in
3. Install the New Certificate
- Retrieve the Issued Certificate:
- Open the Certification Authority console again.
- Go to
Issued Certificates, find your certificate, right-click on it, and selectAll Tasks>Export Binary Data. - Save the certificate file (usually with a
.cerextension).
- Import the New Certificate:
- Open the MMC with the Certificates snap-in (as before).
- Navigate to
Certificates (Local Computer)>Personal>Certificates. - Right-click on
Certificates, go toAll Tasks, and selectImport. - Follow the wizard to import the new certificate file.
4. Configure NPS (Network Policy Server) to Use the New Certificate
- Open the NPS Console:
- Press
Win + R, typenps.msc, and press Enter.
- Press
- Update the Certificate:
- Navigate to
NPS (Local)>Policies>Network Policies. - Find the relevant policy (e.g.,
Connections to Microsoft Routing and Remote Access Server), right-click on it, and selectProperties. - Go to the
Constraintstab, selectAuthentication Methods, and clickEdit. - Select
PEAPorEAP(depending on your setup), and then clickEdit. - Click
OKto close the dialogs, then clickApplyandOKto save your settings.
- Navigate to
5. Restart Services (if necessary)
- Restart NPS Service:
- Open
Services(services.msc). - Find the
Network Policy Serverservice, right-click on it, and selectRestart.
- Open
- Restart IAS Service:
- If you are using Internet Authentication Service (IAS), find the
Internet Authentication ServiceinServices, right-click on it, and selectRestart.
- If you are using Internet Authentication Service (IAS), find the
By following these steps, you should be able to renew the certificate on your Windows RADIUS server successfully. If you encounter any specific issues, make sure to check the event logs for more detailed error messages that can help in troubleshooting.
