Hi am learning how to install lets encrypt certificate in ubuntu 18.04 using certbot.
I have install certbot by
sudo snap install --beta --classic certbot
giving it permission by
sudo snap set certbot trust-plugin-with-root=ok
since am using aws ec2 so i run
sudo snap install --beta certbot-dns-route53
now,i am running command
/snap/bin/certbot certonly \
--dns-route53 \
-d *.example.com
I am getting error:
Unable to locate credentials
To use certbot-dns-route53, configure credentials as described at https://boto3.readthedocs.io/en/latest/guide/configuration.html#best-practices-for-configuring-credentials and add the necessary permissions for Route53 access.
I am newbie in installing SSL certificate in a vps. Please let know how to generate certificate to install wildcard.