Commit Graph

10 Commits (30859d3c8320e9d76580087548d40157b47a8340)

Author SHA1 Message Date
Herman Slatman 0afea2e957
Improve tests for already bound EAB keys 3 years ago
max furman c0a9f24798 add authorization and order unit tests 3 years ago
max furman bb8d54e596 [acme db interface] unit tests compiling 3 years ago
max furman 272cce522e Fix test and change method name 4 years ago
Mariano Cano ba918100d0 Use go.step.sm/crypto/jose
Replace use of github.com/smallstep/cli/crypto with the new package
go.step.sm/crypto/jose.
4 years ago
max furman 41a1a053d8 Always convert empty list to nil when saving orderIDs index. 4 years ago
max furman 704a510a2a Remove non-pending orders from the acme_orders_by_account index ...
- Each acme account has an index in this table. Before this change, the
index would grow unchecked as orders accumulate. This change removes
orders that have moved out of the 'PENDING' state.
4 years ago
max furman 6e69f99310 Always set nbf and naf for new ACME orders ...
- Use the default value from the ACME provisioner if values are not
defined in the request.
4 years ago
max furman e1409349f3 Allow relative URL for all links in ACME api ...
* Pass the request context all the way down the ACME stack.
* Save baseURL in context and use when generating ACME urls.
4 years ago
max furman e3826dd1c3 Add ACME CA capabilities 5 years ago