diff --git a/README.md b/README.md new file mode 100644 index 0000000..68144b2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# script collection for certbot dns authenication for domains hosted by inwx.de + +## example usage + +``` +ertbot certonly --dry-run --manual --preferred-challenges=dns --manual-auth-hook ./certbot-dns-auth.sh -d example.com +```