mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
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.