Migrating from Prometheus widows_exporter to Grafana Alloy

Hello ,
i am tryig to convert from Prometheus windows_expoter to new Grafana Alloy, but didn’t understand yet how to,
my exporter is with config.yaml and web.yaml for ssl communication as follows shown below
if someone could instruct me for the correct syntax with Alloy
Thanks

config.yaml

collectors:
  enabled: cpu,os,net,service,ad,dhcp,dns,memory,dfsr,logical_disk,system,cs
collector:
  service:
    services-where: "Name='DHCPServer' or Name='DNS' or Name='wmi_exporter' or Name='DFSR' or Name='Kdc' or Name='Okta Active Directory Service'"                
    
log:
  level: warn
  telemetry: "192.168.37.23:9090"

web.yaml

tls_server_config:
  cert_file: node_exporter.crt
  key_file: node_exporter.key
basic_auth_users:
  prometheus: $2a$12$6666666666.YIvSQcU6Ol2StN/c8Kjo9R8PBDgKYa