HTTPS certificates, for authentication, are only a protection for the client connecting to your server. It's their way of knowing that it really is the server they think it is. Always assuming that the client actually checks the certificate, as the onus is on them.
From a server perspective, all you do is offer the certificate, and leave it to the client to decide if they want to continue connecting, or not.
Cheers.