HomeSort by: relevance | last modified time | path
    Searched refs:certs (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/certctl/
Makefile 7 # XXX This is a hack to install certs.conf both in /etc/openssl (in the
11 etc-certs.conf base-certs.conf: certs.conf
15 CONFIGFILES+= etc-certs.conf
16 FILESBUILD_etc-certs.conf= yes
17 FILESDIR_etc-certs.conf= /etc/openssl
18 FILESNAME_etc-certs.conf= certs.conf
19 FILESMODE_etc-certs.conf= 64
    [all...]
certs.conf 3 # $NetBSD: certs.conf,v 1.1 2023/08/26 05:27:15 riastradh Exp $
6 # certificates in /etc/openssl/certs.
9 path /usr/share/certs/mozilla/server
11 # For manual control over /etc/openssl/certs, e.g. if you want to
certctl.sh 52 certsdir=/etc/openssl/certs
53 config=/etc/openssl/certs.conf
  /src/tests/usr.sbin/certctl/
t_certctl.sh 30 CERTCTL="certctl -C certs.conf -c certs -u untrusted"
34 # Create certs/ and set up certs.conf to search the specified
41 mkdir certs
42 cat <<EOF >certs.conf
55 cat <<EOF >>certs.conf
64 # Verify the certs directory is empty after dry runs or after
72 for x in certs/*; do
74 atf_fail "certs/ should be empty after $why
    [all...]
  /src/etc/rc.d/
certctl_init 10 # /etc/openssl/certs. We do this only on first boot by testing whether
11 # /etc/openssl/certs is an empty directory.
33 certsdir=/etc/openssl/certs
35 # If /etc/openssl/certs is a symlink, or exists but is not a
46 # Otherwise, if /etc/openssl/certs is nonexistent or is an
  /src/usr.bin/nbsvtool/
nbsvtool.c 190 STACK_OF(X509) *certs;
196 certs = sk_X509_new_null();
213 sk_X509_insert(certs, cert, sk_X509_num(certs));
216 if (sk_X509_num(certs) == 0)
219 return certs;
  /src/sbin/efi/
Makefile 21 SRCS+= certs.c

Completed in 46 milliseconds