Recently a customer has asked how to disable certificate expiry validation. In short they wanted to be able to still use certificates if they had reached end of life. Though this is not something I would recommend I wanted to share the steps.

Log into the Datapower CLI and run the following commands in the default domain.

config
crypto
cert-monitor
disable-expired-certs off
exit
exit
write mem

This can also be done via the UI