Home
last modified time | relevance | path

Searched refs:CERTDIR (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dsendmail30 CERTDIR=/etc/mail/certs
165 mkdir -p "$CERTDIR" &&
166 chmod 0755 "$CERTDIR" &&
169 cp -p newcert.pem "$CERTDIR"/host.cert &&
170 cp -p cacert.pem "$CERTDIR"/cacert.pem &&
171 cp -p newkey.pem "$CERTDIR"/host.key &&
172 ln -s cacert.pem "$CERTDIR"/`openssl x509 -hash -noout \
210 -f "$CERTDIR/host.cert" -o -f "$CERTDIR/host.key" -o \
211 -f "$CERTDIR/cacert.pem" \) ]; then