https://github.com/maskalix/wedos-api
Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)
https://github.com/maskalix/wedos-api
certbot certbot-hook lets-encrypt wedos wedos-api
Last synced: 10 months ago
JSON representation
Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)
- Host: GitHub
- URL: https://github.com/maskalix/wedos-api
- Owner: maskalix
- Archived: true
- Created: 2024-02-28T16:36:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T20:43:41.000Z (over 1 year ago)
- Last Synced: 2025-04-09T07:53:00.930Z (about 1 year ago)
- Topics: certbot, certbot-hook, lets-encrypt, wedos, wedos-api
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wedos API (aka WAPI) hook
- Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)
- 🇨🇿 Funguje s Certbotem (testováno) a pravděpodobně i s dalšími generátory SSL certifikátů
- 🇬🇧 Works with Certbot (tested) and probably other SSL certificate generators
## 🇬🇧 Alternative? / 🇨🇿 Alternativa?
https://github.com/alexzorin/certbot-dns-multi
## 🇬🇧 Why to use WAPI? / 🇨🇿 Proč používat WAPI?
- 🇨🇿 automatické ověřování (namísto ručního nastavování záznamů TXT) potřebné pro wildcard SSL certifikáty
- 🇬🇧 automated verification (instead of manual setting TXT records) needed for wildcard SSL certificates
## 🇬🇧 Quick start / 🇨🇿 Rychlý start
- 🇨🇿 ve vybrané složce spusťte:
- 🇬🇧 navigate to desired folder and run:
```bash
git clone https://github.com/maskalix/wedos-api/
```
## 🇬🇧 Usage / 🇨🇿 Použití
```bash
certbot certonly --manual \
--preferred-challenges dns \
--manual-auth-hook /path/to/wapi.sh \
--manual-cleanup-hook /path/to/wapi.sh \
-d '*.domain.tld' \
-d domain.tld
```