Initial ACME Renewal Info (ARI) Implementation (#1912)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Samantha 2023-05-27 11:05:22 -04:00 committed by GitHub
parent 8a7fb25edc
commit 8df8c7f08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 761 additions and 2 deletions

View file

@ -29,6 +29,7 @@ func SetupFakeAPI(t *testing.T) (*http.ServeMux, string) {
NewOrderURL: server.URL + "/newOrder",
RevokeCertURL: server.URL + "/revokeCert",
KeyChangeURL: server.URL + "/keyChange",
RenewalInfo: server.URL + "/renewalInfo",
})
mux.HandleFunc("/nonce", func(w http.ResponseWriter, r *http.Request) {