Update README.md

This commit is contained in:
2025-11-20 03:17:32 +01:00
parent 6cbaf08cfc
commit 504f375fed

View File

@@ -17,18 +17,12 @@ See [Core Networks API Documentation](https://beta.api.core-networks.de/doc/) fo
## Installation ## Installation
### Using pip
```bash
pip install certbot-dns-corenetworks
```
### From source ### From source
```bash ```bash
git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git
cd certbot-dns-corenetworks cd certbot-dns-corenetworks
uv sync pip install .
``` ```
## Named Arguments ## Named Arguments
@@ -67,9 +61,7 @@ certbot certonly \
--authenticator dns-corenetworks \ --authenticator dns-corenetworks \
--dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \ --dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \
--dns-corenetworks-propagation-seconds 60 \ --dns-corenetworks-propagation-seconds 60 \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \ --agree-tos \
--rsa-key-size 4096 \
-d example.com -d example.com
``` ```
@@ -82,9 +74,7 @@ certbot certonly \
--authenticator dns-corenetworks \ --authenticator dns-corenetworks \
--dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \ --dns-corenetworks-credentials /etc/letsencrypt/.secrets/corenetworks.ini \
--dns-corenetworks-propagation-seconds 60 \ --dns-corenetworks-propagation-seconds 60 \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \ --agree-tos \
--rsa-key-size 4096 \
-d 'example.com' \ -d 'example.com' \
-d '*.example.com' -d '*.example.com'
``` ```
@@ -97,7 +87,7 @@ certbot certonly \
# Clone the repository # Clone the repository
git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git
cd certbot-dns-corenetworks cd certbot-dns-corenetworks
uv sync uv sync --all-extras
``` ```
### Running tests ### Running tests