Certbot is a free and open-source utility mainly used for managing SSL/TLS certificates from the Let’s Encrypt certificate authority. When using Certbot to obtain a certificate through the DNS-01 challenge, Certbot will provide you with instructions to manually update a TXT record for the domain in order to proceed with the validation. The name of the TXT record is usually in the format “_acme-challenge.yourdomain.com”.
When I try to enter the name "_acme-challenge.yourdomain.com" for example, in the Google admin toolbox the TXT value does not show up, it says "Record not found". However when I remove the underscore from the name so it becomes "acme-challenge.yourdomain.com", the value of the TXT record that I entered in the dns config shows up. why?