Opt out
One file. No registration required.
Publish an opt-out file at the path below and we will stop probing that hostname within one probe cycle under normal operating conditions — no registration, no forms, no notification required.
Create the opt-out file
Place an empty file (or any file) at this path on your web server, accessible over HTTPS and returning HTTP 200:
https://yourdomain.com/.well-known/certcontrol-noprobe
For example, on a Linux server with nginx or Apache:
mkdir -p /var/www/html/.well-known
touch /var/www/html/.well-known/certcontrol-noprobe
Before each probe cycle, CertControl checks for this file. If it returns HTTP 200, that probe cycle does not proceed and scanning remains stopped for as long as the file is present. You do not need to contact us — the file alone is sufficient.
Shared hosting note: The opt-out mechanism relies on file presence at the web root. In environments where multiple parties can write to /.well-known/ on the same server, an unintended party could place this file and suppress monitoring of your hostname without your knowledge. If uninterrupted monitoring is critical, verify that your web root is not writable by co-tenants.
What about data already collected?
The opt-out file stops future probing. It does not affect scan results already collected and stored in the customer's CertControl instance. If you want previously collected data removed, contact us at certcontrol.pro/contact.html and we will process a deletion request. Scan results are automatically deleted after 12 months.