With the recent announcement of the retirement of OCSP stapling I wondered what is the correct way to phasing out the feature from a server.
I currently run an nginx with ssl_stapling on; ssl_stapling_verify on;
and just disabling this leads to problems due to the stapling flag in the certificate being set.
Is it enough to swap the must_staple flag in /etc/letsencrypt/renewal/domain.conf, so the next extension of the certificate will not bear the OCSP stapling extension?
Let's Encrypt has not yet decided to e.g. continue supporting OCSP for certificates with the must_staple feature extension enabled or e.g. to either refuse or simply not add the must_staple flag when renewing.