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"`
}
Click to show internal directories.
Click to hide internal directories.