OK, so simple question about the statement "please change your ACME client configuration to not request OCSP Must Staple"
The original cert was requested via cmdline with "--must-staple --staple-ocsp". The original /etc/letsencrypt/renewal/<domain>.conf for the domain did not have anything mentioning "staple" in it, though the dated renewal file DOES have "must_staple = True" in it.
To ensure subsequent renewals do not request OCSP Must Staple is it just a matter of removing that line in the dated file ? Or setting it to False ?
The dated /etc/letsencrypt/renewal/domain.conf file had the "must_staple = True" in it, and used cloudflare DNS for authentication when originally requesting the cert. I think this was auto-generated by certbot ?
The non-dated one is the live one, using webroot for authentication. That one does NOT have anything about staple in it.
So given that there is no config specifically requesting staple, does the fact that the existing cert have it make a difference ?