package
0.0.0-20250220232038-fb2fd8af7512
Repository: https://github.com/letsencrypt/boulder.git
Documentation: pkg.go.dev

# Functions

NewDNS is a convenience function for creating an ACMEIdentifier with Type "dns" for a given domain name.
NewIP is a convenience function for creating an ACMEIdentifier with Type "ip" for a given IP address.

# Constants

TypeDNS is specified in RFC 8555 for TypeDNS type identifiers.
TypeIP is specified in RFC 8738.

# Structs

ACMEIdentifier is a struct encoding an identifier that can be validated.

# Type aliases

IdentifierType is a named string type for registered ACME identifier types.