You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

307 B

Do DNS-01 verification using Route53

I was not about to implement this in BASH, sorry guys. I'd like you to have it, however.

It's pretty simple to use.

  1. pip install boto3 dnspython
  2. ln -s dns_route53.py dns_add_route53
  3. ln -s dns_route53.py dns_del_route53
  4. Use it just like the other scripts