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).
2020-05-12 16:58:12 -07:00
..
api Read host and protocol information from request for links 2020-05-12 16:58:12 -07:00
account.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
account_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
authority.go Read host and protocol information from request for links 2020-05-12 16:58:12 -07:00
authority_test.go Read host and protocol information from request for links 2020-05-12 16:58:12 -07:00
authz.go Add support for TLS-ALPN-01 challenge. 2020-02-07 14:37:13 -05:00
authz_test.go Add support for TLS-ALPN-01 challenge. 2020-02-07 14:37:13 -05:00
certificate.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
certificate_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
challenge.go Tiny finishes. 2020-02-07 19:57:29 -05:00
challenge_test.go Small test fixes. 2020-02-11 09:57:28 -05:00
common.go Merge pull request #128 from jkralik/returnCertChain 2019-10-18 14:00:18 -07:00
directory.go Read host and protocol information from request for links 2020-05-12 16:58:12 -07:00
directory_test.go wip 2019-09-19 13:17:45 -07:00
errors.go Should be returning status code 400 for ACME Account Not Found. 2020-02-01 17:35:41 -08:00
nonce.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
nonce_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
order.go Add the commonName as a DNSName to match RFC. 2020-01-28 15:34:01 -08:00
order_test.go Add support for TLS-ALPN-01 challenge. 2020-02-07 14:37:13 -05:00