dns.uk.app Get yourname.uk.app

SSL certificate checker

Check the HTTPS certificate on any host: when it expires, who issued it, whether it covers the name and whether the chain is complete.

What we check

Common fixes

“Unable to verify the first certificate” – serve the full chain (fullchain.pem), not just the leaf certificate. Host name mismatch – issue a certificate that includes this exact name, or a wildcard. Expired – check your ACME client’s renewal logs and any CAA records.

Frequently asked questions

Can I check a port other than 443?

Yes. Enter a port, for example 8443, or a mail port such as 465 or 993.

Can I check a server on my home network?

Only if it can be reached from the internet. For security we never connect to private or reserved IP addresses.

How can I get certificates for a home server?

Use the ACME DNS‑01 challenge. It works even when port 80 is closed. uk.app supports it out of the box – see the HTTPS guide.