mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Update to draft-ietf-acme-ari-04
Only changes to the docs were necessary.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user