ZeroSSL supports ARI now

pull/168/head
Richard Körber 2024-10-20 09:34:08 +02:00
parent 7a02a2f857
commit 6a24d85364
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public class ProviderIT {
assertThatNoException().isThrownBy(() -> session.resourceUrl(Resource.NEW_ACCOUNT)); assertThatNoException().isThrownBy(() -> session.resourceUrl(Resource.NEW_ACCOUNT));
assertThat(session.getMetadata().isExternalAccountRequired()).isTrue(); assertThat(session.getMetadata().isExternalAccountRequired()).isTrue();
assertThat(session.getMetadata().isAutoRenewalEnabled()).isFalse(); 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) // ZeroSSL has no documented staging server (as of February 2024)
} }