Files
acme4j/acme4j-it
Richard Körber 5bbf1b5966 getCertificate() is not Optional
getCertificate() would only return Optional.empty() if it was invoked
before the order was finalized. In order to keep the API simple, that
state will now throw an IllegalStateException, and getCertificate()
directly returns a non-null Certificate now.
2023-05-06 17:29:16 +02:00
..
2023-05-06 17:29:16 +02:00
2023-04-23 08:44:21 +02:00