Skip to content

Commit d7f748f

Browse files
Leechaelclaude
andcommitted
fix: correct namecheap certbot plugin name from dns-namecheap to namecheap
- The certbot-dns-namecheap plugin uses --namecheap not --dns-namecheap - This fixes the 'unrecognized arguments' error when obtaining certificates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b619afa commit d7f748f

File tree

1 file changed

+1
-1
lines changed
  • custom-domain/dstack-ingress/scripts/dns_providers

1 file changed

+1
-1
lines changed

custom-domain/dstack-ingress/scripts/dns_providers/namecheap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NamecheapDNSProvider(DNSProvider):
1111
"""Namecheap DNS provider implementation."""
1212

1313
DETECT_ENV = "NAMECHEAP_API_KEY"
14-
CERTBOT_PLUGIN = "dns-namecheap"
14+
CERTBOT_PLUGIN = "namecheap"
1515
CERTBOT_PACKAGE = "certbot-dns-namecheap"
1616
CERTBOT_PROPAGATION_SECONDS = 120
1717
CERTBOT_CREDENTIALS_FILE = "~/.namecheap/namecheap.ini"

0 commit comments

Comments
 (0)