Skip to content

Commit

Permalink
ZeroSSL supports ARI now
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Oct 20, 2024
1 parent 7a02a2f commit 6a24d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void testZeroSsl() throws AcmeException, MalformedURLException {
assertThatNoException().isThrownBy(() -> session.resourceUrl(Resource.NEW_ACCOUNT));
assertThat(session.getMetadata().isExternalAccountRequired()).isTrue();
assertThat(session.getMetadata().isAutoRenewalEnabled()).isFalse();
assertThat(session.resourceUrlOptional(Resource.RENEWAL_INFO)).isEmpty();
assertThat(session.resourceUrlOptional(Resource.RENEWAL_INFO)).isNotEmpty();

// ZeroSSL has no documented staging server (as of February 2024)
}
Expand Down

0 comments on commit 6a24d85

Please sign in to comment.