Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 20 of 20) sorted by path

/unit/docs/
H A Dunit-openapi.yaml530 value: "intermediate.ca.example.com"
4441 common_name: "intermediate.ca.example.com"
4457 common_name: "root.ca.example.com"
4482 common_name: "intermediate.ca.example.com"
4492 common_name: "intermediate.ca.example.com"
4498 common_name: "root.ca.example.com"
4521 common_name: "intermediate.ca.example.com"
4531 common_name: "intermediate.ca.example.com"
4537 common_name: "root.ca.example.com"
4560 common_name: "intermediate.ca.example.com"
[all …]
/unit/pkg/docker/
H A DDockerfile.go1.2114 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.go1.2214 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.jsc1114 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.minimal14 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.node2014 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.node2114 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.perl5.3614 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.perl5.3814 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.php8.214 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.php8.314 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.python3.1114 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.python3.1214 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.ruby3.214 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.ruby3.314 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A DDockerfile.wasm14 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
H A Dtemplate.Dockerfile14 …&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates git build-esse…
/unit/src/
H A Dnxt_openssl.c454 X509 *cert, *ca; local
486 ca = PEM_read_bio_X509(bio, NULL, NULL, NULL);
488 if (ca == NULL) {
504 if (SSL_CTX_add0_chain_cert(ctx, ca) != 1) {
506 if (SSL_CTX_add_extra_chain_cert(ctx, ca) != 1) {
508 X509_free(ca);
/unit/test/
H A Dtest_tls.py27 def ca(cert='root', out='localhost'): function
313 ca(cert='root', out='int')
314 ca(cert='int', out='end')
415 ca(cert='root', out='int1')
417 ca(cert=f'int{(chain_length - 2)}', out='end')
419 ca(cert=f'int{i}', out=f'int{(i + 1)}')
453 ca()
472 ca()
494 ca()
/unit/tools/
H A Dsetup-unit1189 dry_run_eval 'apt-get install -y apt-transport-https lsb-release ca-certificates;';