ovhcloud

package
v0.4.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AUTH_METHOD_APPLICATION = "application"
	AUTH_METHOD_OAUTH2      = "oauth2"
)

Variables

This section is empty.

Functions

func NewChallenger

func NewChallenger(config *ChallengerConfig) (certifier.ACMEChallenger, error)

Types

type ChallengerConfig

type ChallengerConfig struct {
	Endpoint              string `json:"endpoint"`
	AuthMethod            string `json:"authMethod"`
	ApplicationKey        string `json:"applicationKey,omitempty"`
	ApplicationSecret     string `json:"applicationSecret,omitempty"`
	ConsumerKey           string `json:"consumerKey,omitempty"`
	ClientId              string `json:"clientId,omitempty"`
	ClientSecret          string `json:"clientSecret,omitempty"`
	DnsPropagationTimeout int    `json:"dnsPropagationTimeout,omitempty"`
	DnsTTL                int    `json:"dnsTTL,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL