oraclecloud

package
v0.4.28 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AUTH_METHOD_APIKEY            = "apikey"
	AUTH_METHOD_INSTANCEPRINCIPAL = "instanceprincipal"
	AUTH_METHOD_RESOURCEPRINCIPAL = "resourceprincipal"
)

Variables

This section is empty.

Functions

func NewChallenger

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

Types

type ChallengerConfig

type ChallengerConfig struct {
	AuthMethod            string `json:"authMethod"`
	PrivateKey            string `json:"privateKey,omitempty"`
	PrivateKeyPassphrase  string `json:"privateKeyPassphrase,omitempty"`
	PublicKeyFingerprint  string `json:"publicKeyFingerprint,omitempty"`
	TenancyOcid           string `json:"tenancyOcid,omitempty"`
	UserOcid              string `json:"userOcid,omitempty"`
	Region                string `json:"region"`
	CompartmentOcid       string `json:"compartmentOcid"`
	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