Skip to content

Commit

Permalink
feat(rename): rename repo to certbot-dns-ionos-cloud [DNS-1294] (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
zak905 committed Apr 15, 2024
1 parent 971a960 commit e6fde3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/github/v/release/ionos-cloud/certbot-dns-ionos-plugin.svg)](https://github.com/ionos-cloud/certbot-dns-ionos-plugin/releases/latest)
[![Release](https://img.shields.io/github/v/release/ionos-cloud/certbot-dns-ionos-cloud.svg)](https://github.com/ionos-cloud/certbot-dns-ionos-cloud/releases/latest)

![Alt text](.github/IONOS.CLOUD.BLU.svg?raw=true "Title")

Expand Down Expand Up @@ -54,11 +54,11 @@ In the background, the plugin will try to find your zone. If found, it will crea

## Support

If you encounter any issues or have suggestions, please feel free to open an [issue](https://github.com/ionos-cloud/certbot-dns-ionos-plugin/issues).
If you encounter any issues or have suggestions, please feel free to open an [issue](https://github.com/ionos-cloud/certbot-dns-ionos-cloud/issues).

## License

This project is licensed under the Apache License 2.0 License - see the [LICENSE](https://github.com/ionos-cloud/certbot-dns-ionos-plugin/blob/init/LICENSE) file for details.
This project is licensed under the Apache License 2.0 License - see the [LICENSE](https://github.com/ionos-cloud/certbot-dns-ionos-cloud/blob/init/LICENSE) file for details.

## How to develop locally

Expand All @@ -81,3 +81,8 @@ As explained by the error message, to be able write to `/var/log/letsencrypt/`,
## Testing

unit tests can be run using: `make test`

## Related Plugins

It's important to note that this plugin targets IONOS [Cloud DNS service](https://cloud.ionos.com/network/cloud-dns).
IONOS offers a different service for managing DNS zones, refered to as [IONOS Developer DNS API](https://developer.hosting.ionos.com/docs/dns). For the latter, there is dedicated plugin managed by the community: [https://github.com/helgeerbe/certbot-dns-ionos](https://github.com/helgeerbe/certbot-dns-ionos)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name="certbot-dns-ionos",
version="0.1.0",
description="Certbot DNS Authenticator plugin for IONOS",
url="https://github.com/ionos-cloud/certbot-dns-ionos-plugin",
url="https://github.com/ionos-cloud/certbot-dns-ionos-cloud",
author="IONOS Cloud DNS team",
author_email="paas-dns@ionos.com",
license="Apache License 2.0",
Expand Down

0 comments on commit e6fde3d

Please sign in to comment.