diff --git a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx
index d6ac76ca3..4dc591dd5 100644
--- a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx
+++ b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx
@@ -20,7 +20,7 @@ import get from "lodash/get";
import ModalWrapper from "../../Common/ModalWrapper/ModalWrapper";
import Grid from "@material-ui/core/Grid";
import InputBoxWrapper from "../../Common/FormComponents/InputBoxWrapper/InputBoxWrapper";
-import {LinearProgress, Typography} from "@material-ui/core";
+import { LinearProgress, Typography } from "@material-ui/core";
import Table from "@material-ui/core/Table";
import TableBody from "@material-ui/core/TableBody";
import TableCell from "@material-ui/core/TableCell";
@@ -1390,6 +1390,20 @@ const AddTenant = ({
label={"Server Insecure"}
/>
+ {ADServerInsecure ? (
+
+
+ Warning: All traffic with Active Directory will be
+ unencrypted
+
+
+
+ ) : null}
-
-
+
+
- Autocert: minio-operator will generate all TLS certificates automatically
+ Autocert: minio-operator will generate all TLS certificates
+ automatically
- Custom certificates: allow user to provide your own certificates
+ Custom certificates: allow user to provide your own
+ certificates
)}