Packages

Gleam library for interacting with Automatic Certificate Management Environment (ACME) servers like Let's Encrypt

Retired package: Release invalid

Current section

Files

Jump to
acumen include acumen@create_order_RequestBuilder.hrl
Raw

include/acumen@create_order_RequestBuilder.hrl

-record(request_builder, {
identifiers :: list(acumen:identifier_()),
not_before :: gleam@option:option(gleam@time@timestamp:timestamp()),
not_after :: gleam@option:option(gleam@time@timestamp:timestamp()),
profile :: gleam@option:option(binary()),
replaces :: gleam@option:option(binary())
}).