mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
make solver name lowercase
This commit is contained in:
parent
b911dcf170
commit
604c8b02d0
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -81,7 +81,7 @@ type customDNSProviderConfig struct {
|
|||
// within a single webhook deployment**.
|
||||
// For example, `cloudflare` may be used as the name of a solver.
|
||||
func (c *customDNSProviderSolver) Name() string {
|
||||
return "NearlyFreeSpeech"
|
||||
return "nearlyfreespeech"
|
||||
}
|
||||
|
||||
// Present is responsible for actually presenting the DNS record with the
|
||||
|
|
|
|||
Loading…
Reference in a new issue