Summary:
Network Device Enrollment (NDE) allows renewing existing certificates. This article describes how to enable this option.
More info:
- Navigate to the Platforms tree
- Click on the Engine object (the name of the director server)
- Click on the Rules tab
- Enable the option 'Match x.509 subject to existing certificate object'
- Restart the IIS service
This will allow an NDE request to renew a certificate in the policy tree. Keep in mind this has to match the full x.509 fields on the certificate, if it does not a new certificate with the mismatched fields will be created.
Note: The NDE rules are calculated for evaluation when the IIS service is started, therefore any changes made to the rules/configuration requires that the IIS service be restarted or the app pool must time out before these take effect. The app pool will time out in about 15 minutes if nobody is using the web service.
Comments