fix: change solver name because of upstream constraint

This commit is contained in:
Marc Singer 2026-02-21 09:34:23 +01:00
parent 08afb1e2b2
commit a944ea3c7b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ spec:
key: token key: token
name: desec-io-token name: desec-io-token
groupName: acme.pr0ton11.github.com groupName: acme.pr0ton11.github.com
solverName: deSEC solverName: desec
``` ```
## Create a manual certificate ## Create a manual certificate

View file

@ -31,7 +31,7 @@ type DeSECDNSProviderSolver struct {
// Returns the name of the DNS solver // Returns the name of the DNS solver
func (s *DeSECDNSProviderSolver) Name() string { func (s *DeSECDNSProviderSolver) Name() string {
return "deSEC" return "desec"
} }
// Initializes a new client // Initializes a new client