Skip to content

Commit

Permalink
docs(readme): add badges
Browse files Browse the repository at this point in the history
Badges:
- CircleCI latest build status
- PyPI latest version
- Supported Python versions
- License
  • Loading branch information
noi committed Oct 14, 2020
1 parent 2c56bcd commit dcf237a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Amazon Lightsail DNS Authenticator Plugin for Certbot
[![CircleCI](https://img.shields.io/circleci/build/github/noi/certbot-dns-lightsail?label=circleci)](https://circleci.com/gh/noi/certbot-dns-lightsail)
[![PyPI](https://img.shields.io/pypi/v/certbot-dns-lightsail)](https://pypi.org/project/certbot-dns-lightsail/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/certbot-dns-lightsail)](https://pypi.org/project/certbot-dns-lightsail/)
[![GitHub - License](https://img.shields.io/github/license/noi/certbot-dns-lightsail)](https://github.com/noi/certbot-dns-lightsail/blob/master/LICENSE)

This plugin proves you have control over a domain by DNS-01 challenge to the Amazon Lightsail DNS.

## Additional Arguments for Certbot
Expand Down

0 comments on commit dcf237a

Please sign in to comment.