RFC 9773: Update ARI URL (#8274)

https://www.rfc-editor.org/rfc/rfc9773.html is no longer a draft; it
deserves a better-looking path!
This commit is contained in:
Aaron Gable 2025-06-26 08:50:44 -07:00 committed by GitHub
parent 4e74a25582
commit 30eac83730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -66,13 +66,11 @@ const (
challengePath = "/acme/chall/"
finalizeOrderPath = "/acme/finalize/"
certPath = "/acme/cert/"
renewalInfoPath = "/acme/renewal-info/"
// Non-ACME paths.
getCertPath = "/get/cert/"
buildIDPath = "/build"
// Draft or likely-to-change paths
renewalInfoPath = "/draft-ietf-acme-ari-03/renewalInfo/"
)
const (