If you have a tls cert on your server you can provide a path to it here. The cert needs to be a `.pem` file that includes the full certificate chain including any intermediate certificates.
Please enter {certPathInvalid ? "a valid" : "the"} path to the cert
setCertPath(e.target.value)} />Please enter {certKeyPathInvalid ? "a valid" : "the"} path to the cert's key
setCertKeyPath(e.target.value)} />Upload a cert file.
setCertFile(e.target.files[0])} />Upload the cert's private key file.
setCertKeyFile(e.target.files[0])} />