certificates/acme/api
David Cowden b26e6e42b3 acme: Return 501 for the key-change route
RFC 8555 § 7.3.5 is not listed as optional but we do not currently
support it. Rather than 404, return a 501 to inform clients that this
functionality is not yet implemented.

The notImplmented error type is not an official error registered in the
ietf:params:acme:error namespace, so prefix if with step:acme:error. An
ACME server is allowed to return other errors and clients should display
the message detail to users.

Fixes: https://github.com/smallstep/certificates/issues/209
2020-05-26 01:47:08 -07:00
..
account.go Allow relative URL for all links in ACME api ... 2020-05-14 17:32:54 -07:00
account_test.go Allow relative URL for all links in ACME api ... 2020-05-14 17:32:54 -07:00
handler.go acme: Return 501 for the key-change route 2020-05-26 01:47:08 -07:00
handler_test.go Always set nbf and naf for new ACME orders ... 2020-05-22 10:31:58 -07:00
middleware.go Always set nbf and naf for new ACME orders ... 2020-05-22 10:31:58 -07:00
middleware_test.go Allow relative URL for all links in ACME api ... 2020-05-14 17:32:54 -07:00
order.go Allow relative URL for all links in ACME api ... 2020-05-14 17:32:54 -07:00
order_test.go Allow relative URL for all links in ACME api ... 2020-05-14 17:32:54 -07:00