Update to draft-ietf-acme-ari-04

Only changes to the docs were necessary.
This commit is contained in:
Richard Körber
2024-06-11 18:54:31 +02:00
parent a85ff19cf8
commit a9ce33a921
5 changed files with 6 additions and 7 deletions

View File

@@ -332,8 +332,7 @@ public final class AcmeUtils {
}
/**
* Returns the certificate's unique identifier for renewal according to
* draft-ietf-acme-ari-03.
* Returns the certificate's unique identifier for renewal.
*
* @param certificate
* Certificate to get the unique identifier for.

View File

@@ -284,7 +284,7 @@ public class CertificateTest {
*/
@Test
public void testRenewalInfo() throws AcmeException, IOException {
// certid-cert.pem and certId provided by draft-ietf-acme-ari-03 and known good
// certid-cert.pem and certId provided by ACME ARI specs and known good
var certId = "aYhba4dGQEHhs3uEe6CuLN4ByNQ.AIdlQyE";
var certIdCert = TestUtils.createCertificate("/certid-cert.pem");
var certResourceUrl = new URL(resourceUrl.toExternalForm() + "/" + certId);
@@ -364,7 +364,7 @@ public class CertificateTest {
*/
@Test
public void testMarkedAsReplaced() throws AcmeException, IOException {
// certid-cert.pem and certId provided by draft-ietf-acme-ari-03 and known good
// certid-cert.pem and certId provided by ACME ARI specs and known good
var certId = "aYhba4dGQEHhs3uEe6CuLN4ByNQ.AIdlQyE";
var certIdCert = TestUtils.createCertificate("/certid-cert.pem");
var certResourceUrl = new URL(resourceUrl.toExternalForm() + "/" + certId);