Unable to update certificate. Error "Certificate is referenced by a CRL, OCSP responder, vserver...)
book
Article ID: CTX580131
calendar_today
Updated On:
Description
Getting error "Certificate is referenced by a CRL, OCSP responder, vserver, service, monitor, SSL profile, CA Cert Group, another certificate, or a policy expression using XML_ENCRYPT() or XML_DECRYPT()" when trying to update the existing certificate.
Resolution
Check the ADC running configuration to confirm that the certificate is not currently bound to a CRL, OCSP responder, vserver, service, monitor, SSL profile, CA Cert Group, another certificate, or a policy expression using XML_ENCRYPT() or XML_DECRYPT():
- Identify the CertKeyName of the certificate-key pair that needs to be updated.
- Open an ADC SSH session and type the command:
show run | grep -i "CertKeyName"
- Check for any results that show a binding of the certificate, such as "bind vpn global -certkeyName CertKeyName".
- Unbind the certificate using the corresponding unbind command, such as "unbind vpn global -certkeyName CertKeyName".
- Update the certificate.
- Confirm that the certificate expiration date updated.
- Confirm that any intermediate certificates required are linked.
- Bind the certificate to any previously bound entities by running the respective bind command, such as "bind vpn global -certkeyName CertKeyName"
Problem Cause
The certificate being updated was bound to VPN Global entity.
Was this article helpful?
thumb_up
Yes
thumb_down
No