From 504f375fedd8d84d3104a92c6ab18777191991c4 Mon Sep 17 00:00:00 2001 From: Hendrik Hogertz Date: Thu, 20 Nov 2025 03:17:32 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dbfe334..1af9128 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,12 @@ See [Core Networks API Documentation](https://beta.api.core-networks.de/doc/) fo ## Installation -### Using pip - -```bash -pip install certbot-dns-corenetworks -``` - ### From source ```bash git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git cd certbot-dns-corenetworks -uv sync +pip install . ``` ## Named Arguments @@ -67,9 +61,7 @@ certbot certonly \ --authenticator dns-corenetworks \ --dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \ --dns-corenetworks-propagation-seconds 60 \ - --server https://acme-v02.api.letsencrypt.org/directory \ --agree-tos \ - --rsa-key-size 4096 \ -d example.com ``` @@ -82,9 +74,7 @@ certbot certonly \ --authenticator dns-corenetworks \ --dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \ --dns-corenetworks-propagation-seconds 60 \ - --server https://acme-v02.api.letsencrypt.org/directory \ --agree-tos \ - --rsa-key-size 4096 \ -d 'example.com' \ -d '*.example.com' ``` @@ -97,7 +87,7 @@ certbot certonly \ # Clone the repository git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git cd certbot-dns-corenetworks -uv sync +uv sync --all-extras ``` ### Running tests