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

/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in58 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"
140 echo "create $CTL_BASE.pem (signed client certificate)"
141 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
142 test -f $CTL_BASE.pem || error "could not create $CTL_BASE
[all...]
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"
140 echo "create $CTL_BASE.pem (signed client certificate)"
141 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
142 test -f $CTL_BASE.pem || error "could not create $CTL_BASE
[all...]

Completed in 103 milliseconds