bin_certificate() = leec:bin_certificate()
bin_csr_key() = leec:bin_csr_key()
bin_domain() = leec:bin_domain()
bin_string() = text_utils:bin_string()
bin_uri() = web_utils:bin_uri()
cert_req_option_map() = leec:cert_req_option_map()
challenge() = leec:challenge()
directory_map() = leec:directory_map()
environment() = leec:environment()
json_map_decoded() = leec:json_map_decoded()
jws() = leec:jws()
leec_http_state() = leec:leec_http_state()
nonce() = web_utils:nonce()
option(T) = basic_utils:option(T)
order_map() = leec:order_map()
table(K, V) = map_hashtable:map_hashtable(K, V)
tcp_connection_cache() = leec:tcp_connection_cache()
tls_private_key() = leec:tls_private_key()
void() = basic_utils:void()
binary_to_status(InvalidBinStatus::bin_string()) -> leec:status()
close_tcp_connections(TCPCache::tcp_connection_cache()) -> void()
finalize_order(OrderDirMap::order_map(), Csr::bin_csr_key(), PrivKey::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
get_acme_account(DirMap::directory_map(), PrivKey::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
get_certificate(X1::order_map(), Key::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{bin_certificate(), nonce()}, leec_http_state()}
get_directory_map(Env::environment(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {leec:directory_map(), leec_http_state()}
get_nonce(DirMap::directory_map(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {nonce(), leec_http_state()}
get_order(BinUri::bin_uri(), PrivKey::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
get_tcp_connection(Proto::web_utils:protocol_type(), Host::net_utils:string_host_name(), Port::net_utils:tcp_port(), TCPCache::tcp_connection_cache()) -> {shotgun:connection(), tcp_connection_cache()}
notify_ready_for_challenge(Challenge::challenge(), PrivKey::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
request_authorization(AuthUri::bin_uri(), PrivKey::tls_private_key(), Jws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
request_new_certificate(DirMap::directory_map(), BinDomains::[bin_domain()], PrivKey::tls_private_key(), AccountJws::jws(), CertReqOptionMap::cert_req_option_map(), LHState::leec_http_state()) -> {{json_map_decoded(), bin_uri(), nonce()}, leec_http_state()}
Generated by EDoc