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

# README

WFE v2

The wfe2 package is copied from the wfe package in order to implement the "ACME v2" API. This design choice was made to facilitate a clean separation between v1 and v2 code and to support running a separate API process on a different port alongside the v1 API process.

# Functions

NewWebFrontEndImpl constructs a web service for Boulder.

# Structs

WebFrontEndImpl provides all the logic for Boulder's web-facing interface, i.e., ACME.

# Interfaces

AccountGetter represents the ability to get an account by ID - either from the SA or from a cache.