How to disable LetsEncrypt certificate creation?

Hi,
I am migrating from VMWare to Proxmox and I want to be able to run up a MIAB copy for testing. In Proxmox I can run replicate MIAB so I want to run and test the replicated copy. And I want to test restoring MIAB for AWS S3…
I do not want LetsEncrypt furiously generating new certificates in the background.
Is there any method to stop LetsEncrypt?
Or do I simply rename mailinabox.management/ssl_certificates.py?

Thanks
Geoffrey

Not sure if certificates are already requested during installation, but you can stop the daily check for renewal by editing management/daily_tasks.sh and then commenting out the line
management/ssl_certificates.py -q 2>&1 | management/email_administrator.py "TLS Certificate Provisioning Result"
And then of course, don’t press the renewal button in the TLS (SSL) Certificates admin window.

1 Like

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