ZOWE CLI certificate based login from VS Code

Can zowe CLI from VSCode using zOSMF profiles login to MF using certificate (without ZOWE host component)?.

The z/OS urls can already sign-in using the certificate store in the Chrome. Meaning for https://zosmf-host-dns:32208/zosmf/ login i don’t need to enter any userid/pass. it will automatically login using my windows userid (same as my MF userid) and certificate in Chrome certstore which are also present in my RACF Keyring.

on ZOWE CLI team config (zowe.config.json), i have
“R-Plex1”: {
“properties”: {
“host”: “zosmf-host-dns”
},
“profiles”: {
“zosmf”: {
“type”: “zosmf”,
“properties”: {
“port”: 32208
},
“secure”:
}
}
},

as i mentioned earlier, we don’t have ZOWE host component, just using z/OS MF REST API points.

Thanks
Shameem