Adding force-stable to certs

How can I add --force-staple to existing certs?

I tried /usr/local/certbot/certbot renew --force-staple
but got certbot: error: unrecognized arguments: --force-staple

Also, I saw in another post that --force-stable is not stored in the renewal conf file, so will force-stable be in place after renewal?

I think the flag is called --must-staple in certbot.

I’m not entirely sure if it can be used in combination with renew. If that doesn’t work for some reason, try re-using the command you used to obtain the certificate initially, and add --must-staple to that command instead.

Doh,

At least renew --must-staple does not throw an error.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.