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

  /src/usr.sbin/certctl/
certs.conf 1 netbsd-certctl 20230816
5 # Configuration file for certctl(8) to manage HTTPS root CA
Makefile 4 MAN= certctl.8
5 SCRIPTS= certctl.sh
8 # etc set) and in /usr/share/examples/certctl (in the base set).
23 FILESDIR_base-certs.conf= /usr/share/examples/certctl
certctl.sh 3 # $NetBSD: certctl.sh,v 1.7 2024/03/04 20:37:31 riastradh Exp $
177 if [ "$line" = "netbsd-certctl 20230816" ]; then
429 # empty or nonexistent, or it is tagged for use by certctl.
430 if [ -f "$certsdir/.certctl" ]; then
431 # Directory exists and is managed by certctl(8).
460 printf 'This directory is managed by certctl(8).\n' \
461 >$certsdir/.certctl
  /src/etc/rc.d/
certctl_init 8 # This script ensures that we run `certctl rehash' on first boot of a
13 # Requires mountcritremote for /usr/sbin/certctl.
47 # empty directory, run `certctl rehash'.
49 certctl rehash
  /src/tests/usr.sbin/
Makefile 6 TESTS_SUBDIRS+= certctl
  /src/tests/usr.sbin/certctl/
t_certctl.sh 30 CERTCTL="certctl -C certs.conf -c certs -u untrusted"
43 netbsd-certctl 20230816
93 # Run various checks with certctl.
106 atf_check -s exit:0 $CERTCTL -n rehash
111 atf_check -s exit:0 $CERTCTL -n untrust "$diginotar"
114 $CERTCTL -n trust "$diginotar"
118 atf_check -s exit:0 $CERTCTL rehash
170 atf_check -s exit:0 $CERTCTL untrust "$diginotar"
179 atf_check -s exit:0 $CERTCTL trust "$diginotar
    [all...]
  /src/usr.sbin/
Makefile 8 certctl chroot cnwctl cpuctl crash \
  /src/usr.sbin/postinstall/
postinstall.in 1757 defaultconf="${DEST_DIR}/usr/share/examples/certctl/certs.conf"
1761 msg "/etc/openssl/certs.conf missing; see certctl(8)"
1837 msg "/etc/openssl/certs.conf missing; see certctl(8)"
1845 /usr/sbin/certctl -c "$scratchdir" rehash || return $?
1847 # This will create ${scratchdir}/.certctl unless the
1849 # manual, stop here; nothing to do. certctl(8) will
1853 # certctl(8), but less bad than having two versions of
1855 if [ ! -f "${scratchdir}/.certctl" ]; then
1864 /usr/sbin/certctl -n rehash || return $?
1892 /usr/sbin/certctl rehas
    [all...]
  /src/etc/
Makefile 347 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/certctl configinstall

Completed in 27 milliseconds