Uses of Class
org.shredzone.acme4j.OrderBuilder
-
Uses of OrderBuilder in org.shredzone.acme4j
Modifier and TypeMethodDescriptionOrderBuilder.autoRenewal()
Enables short-term automatic renewal of the certificate.OrderBuilder.autoRenewalEnableGet()
Announces that the client wishes to fetch the auto-renewed certificate via GET request.OrderBuilder.autoRenewalEnd
(Instant end) Sets the latest date of validity of the last issued certificate.OrderBuilder.autoRenewalLifetime
(Duration duration) Sets the maximum validity period of each certificate.OrderBuilder.autoRenewalLifetimeAdjust
(Duration duration) Sets the amount of pre-dating each certificate.OrderBuilder.autoRenewalStart
(Instant start) Sets the earliest date of validity of the first issued certificate.Adds a domain name to the order.Adds domain names to the order.OrderBuilder.domains
(Collection<String> domains) Adds a collection of domain names to the order.OrderBuilder.identifier
(Identifier identifier) Adds anIdentifier
to the order.OrderBuilder.identifiers
(Collection<Identifier> identifiers) Adds a collection ofIdentifier
to the order.Account.newOrder()
Creates a builder for a newOrder
.Sets a "not after" date in the certificate.Sets a "not before" date in the certificate.