Skip to content

Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)

Notifications You must be signed in to change notification settings

maskalix/wedos-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

🇬🇧 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:
git clone https://github.com/maskalix/wedos-api/

🇬🇧 Usage / 🇨🇿 Použití

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

About

Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages