I already generated certificates using certbot-auto with --manual plugin. Now the certbot version upgraded from 0.25.1 to 0.26.1, now iām not able to use the --manual option as it says deprecated in the certbot 0.26.1.
This is the command i used to generate the certificate -
`./certbot-auto certonly --manual -d *.example.com -d example.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory`
Is there any other related plugin like --manual? where i can generate the TXT record and update it in my aws route53.