acme

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2020 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package acme provides ACME protocol constants. See RFC 8555.

Index

Constants

View Source
const (

	// The ACME directory key for the newNonce endpoint
	NEW_NONCE_ENDPOINT = "newNonce"
	// The ACME directory key for the newAccount endpoint.
	NEW_ACCOUNT_ENDPOINT = "newAccount"
	// The ACME directory key for the newOrder endpoint.
	NEW_ORDER_ENDPOINT = "newOrder"

	// The HTTP response header used by ACME to communicate a fresh nonce. See
	// https://tools.ietf.org/html/rfc8555#section-9.3
	REPLAY_NONCE_HEADER = "Replay-Nonce"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package client provides a low-level ACME v2 client.
Package client provides a low-level ACME v2 client.
package keys offers utility functions for working with crypto.Signers, JWS, JWKs and PEM serialization.
package keys offers utility functions for working with crypto.Signers, JWS, JWKs and PEM serialization.
Package resources provides types for representing and interacting with ACME protocol resources.
Package resources provides types for representing and interacting with ACME protocol resources.

Jump to

Keyboard shortcuts

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