import { Banner, BannerVariant } from '@mongodb-js/compass-components'; import React from 'react'; function AuthenticationX509(): React.ReactElement { return ( <> X.509 Authentication type requires a Client Certificate{' '} to work. Make sure to enable TLS and add one in the{' '} TLS/SSL tab. ); } export default AuthenticationX509;