I ran this command :
sudo certbot certonly \
--manual
--preferred-challenges "dns-01"
--server "https://dv-sxg.acme-v02.api.pki.goog/directory"
--domains "example.com"
Output :
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for example.com
Please deploy a DNS TXT record under the name:
_acme-challenge.example.com.
with the following value:
12345gsfafaf1231243sfdbsgfdg452fds
Before continuing, verify the TXT record has been deployed. Depending on the DNS
provider, this may take some time, from a few seconds to multiple minutes. You can
check if it has finished deploying with aid of online tools, such as the Google
Admin Toolbox: Dig (DNS lookup).
Look for one or more bolded line(s) below the line ';ANSWER'. It should show the
value(s) you've just added.
Press Enter to Continue
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: example.com
Type: caa
Detail: A conflicting CAA "issue" property was found at "example.com." which prohibits "pki.goog" from issuing this class of certificates for this domain.
Hint: The Certificate Authority failed to verify the manually created DNS TXT records. Ensure that you created these in the correct location, or try waiting longer for DNS propagation on the next attempt.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Now I already created a CAA record in my hosted zone and put a value there for "pki.goog".
What should I do now?