types

package
v0.0.0-...-b8ecc97 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Acme

type Acme struct {
	Account struct {
		Email        string `json:"Email"`
		Registration struct {
			Body struct {
				Status string `json:"status"`
			} `json:"body"`
			URI string `json:"uri"`
		} `json:"Registration"`
		PrivateKey string `json:"PrivateKey"`
	} `json:"Account"`
	Certificates []struct {
		Domain struct {
			Main string      `json:"Main"`
			SANs interface{} `json:"SANs"`
		} `json:"Domain"`
		Certificate string `json:"Certificate"`
		Key         string `json:"Key"`
	} `json:"Certificates"`
	HTTPChallenges struct {
	} `json:"HTTPChallenges"`
}

type Auth

type Auth struct {
	Cert struct {
		Domains []string `json:"domains"`
	} `json:"cert"`
}

type CertResponse

type CertResponse struct {
	Cert []byte `json:"cert"`
	Key  []byte `json:"key"`
}

Jump to

Keyboard shortcuts

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