Searched refs:CTL_BASE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh58 CTL_BASE=unbound_control
102 if test -f $CTL_BASE.key; then
103 echo "$CTL_BASE.key exists"
105 echo "generating $CTL_BASE.key"
106 openssl genrsa -out $CTL_BASE.key $BITS || error "could not genrsa"
138 echo "create $CTL_BASE.pem (signed client certificate)"
139 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
140 test -f $CTL_BASE.pem || error "could not create $CTL_BASE
[all...]
H A Dunbound-control-setup.sh.in58 CTL_BASE=unbound_control
77 "${CTL_BASE}_trust.pem" \
156 if [ ! -f "$CTL_BASE.key" ]; then
157 openssl genrsa -out "$CTL_BASE.key" "$BITS"
176 if [ ! -f "$CTL_BASE.pem" -o $RECREATE -eq 1 ]; then
185 -key "$CTL_BASE.key" \
195 -out "$CTL_BASE.pem"
197 [ ! -f "CTL_BASE.pem" ] || fatal "cannot create signed client certificate"
204 "$CTL_BASE.pem" \
205 "$CTL_BASE
[all...]

Completed in 90 milliseconds