Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 5 of 5) sorted by path

/unit/docs/
H A Dunit-openapi.yaml88 Unit's [stored certificate bundle]
183 description: "Retrieves the bundle chain from a
4426 summary: "Certificate bundle or bundles"
4428 bundle:
4468 summary: "Single certificate bundle"
4648 certificate: "bundle"
4742 certificate: "bundle"
4771 certificate: "bundle"
4840 certificate: "bundle"
4860 summary: "Single certificate bundle name"
[all …]
/unit/src/
H A Dnxt_openssl.c311 bundle = conf->bundle; in nxt_openssl_server_init()
468 bundle = conf->bundle;
861 bundle = conf->bundle;
896 item->bundle = bundle;
934 item->bundle = bundle;
1014 if (old->bundle != item->bundle) {
1017 &str, &old->bundle->name, &item->bundle->name);
1019 old->bundle = item->bundle;
1097 if (bundle != conf->bundle) {
1140 bundle = conf->bundle;
[all …]
H A Dnxt_router.c2956 nxt_tls_bundle_conf_t *bundle; in nxt_router_tls_rpc_handler() local
2985 bundle = nxt_mp_get(mp, sizeof(nxt_tls_bundle_conf_t)); in nxt_router_tls_rpc_handler()
2986 if (nxt_slow_path(bundle == NULL)) { in nxt_router_tls_rpc_handler()
2990 if (nxt_slow_path(nxt_str_dup(mp, &bundle->name, &tls->name) == NULL)) { in nxt_router_tls_rpc_handler()
2994 bundle->chain_file = msg->fd[0]; in nxt_router_tls_rpc_handler()
2995 bundle->next = tlscf->bundle; in nxt_router_tls_rpc_handler()
2996 tlscf->bundle = bundle; in nxt_router_tls_rpc_handler()
H A Dnxt_tls.h48 nxt_tls_bundle_conf_t *bundle; member
65 nxt_tls_bundle_conf_t *bundle; member
/unit/tools/
H A DREADME.md64 unitc /certificates/bundle cert.pem key.pem