This commit is contained in:
Fang-Pen Lin
2025-10-27 10:24:25 -07:00
parent e8cc0c5d06
commit ad73e421e2

View File

@@ -47,6 +47,7 @@ export const registerPkiAcmeRouter = async (server: FastifyZodProvider) => {
method: "HEAD",
url: "/profiles/:profileId/new-nonce",
config: {
// TODO: probably a different rate limit for nonce creation
rateLimit: readLimit
},
schema: {