You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/acme
Clive Jevons 639993bd09 Read host and protocol information from request for links
When constructing links we want to read the required host and protocol
information in a dynamic manner from the request for constructing ACME
links such as the directory information. This way, if the server is
running behind a proxy, and we don't know what the exposed URL should
be at runtime, we can construct the required information from the
host, tls and X-Forwarded-Proto fields in the HTTP request.
Inspired by the LetsEncrypt Boulder project (web/relative.go).
4 years ago
..
api Read host and protocol information from request for links 4 years ago
account.go Add ACME CA capabilities 5 years ago
account_test.go Add ACME CA capabilities 5 years ago
authority.go Read host and protocol information from request for links 4 years ago
authority_test.go Read host and protocol information from request for links 4 years ago
authz.go Add support for TLS-ALPN-01 challenge. 4 years ago
authz_test.go Add support for TLS-ALPN-01 challenge. 4 years ago
certificate.go Add ACME CA capabilities 5 years ago
certificate_test.go Add ACME CA capabilities 5 years ago
challenge.go Tiny finishes. 4 years ago
challenge_test.go Small test fixes. 4 years ago
common.go Merge pull request #128 from jkralik/returnCertChain 5 years ago
directory.go Read host and protocol information from request for links 4 years ago
directory_test.go wip 5 years ago
errors.go Should be returning status code 400 for ACME Account Not Found. 4 years ago
nonce.go Add ACME CA capabilities 5 years ago
nonce_test.go Add ACME CA capabilities 5 years ago
order.go Add the commonName as a DNSName to match RFC. 4 years ago
order_test.go Add support for TLS-ALPN-01 challenge. 4 years ago