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

/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in55 SVR_BASE=unbound_server
96 if test -f $SVR_BASE.key; then
97 echo "$SVR_BASE.key exists"
99 echo "generating $SVR_BASE.key"
100 openssl genrsa -out $SVR_BASE.key $BITS || error "could not genrsa"
122 echo "create $SVR_BASE.pem (self signed certificate)"
123 openssl req -key $SVR_BASE.key -config request.cfg -new -x509 -days $DAYS -out $SVR_BASE.pem || error "could not create $SVR_BASE.pem"
125 openssl x509 -in $SVR_BASE
[all...]
H A Dunbound-control-setup.sh55 SVR_BASE=unbound_server
96 if test -f $SVR_BASE.key; then
97 echo "$SVR_BASE.key exists"
99 echo "generating $SVR_BASE.key"
100 openssl genrsa -out $SVR_BASE.key $BITS || error "could not genrsa"
122 echo "create $SVR_BASE.pem (self signed certificate)"
123 openssl req -key $SVR_BASE.key -config request.cfg -new -x509 -days $DAYS -out $SVR_BASE.pem || error "could not create $SVR_BASE.pem"
125 openssl x509 -in $SVR_BASE
[all...]

Completed in 93 milliseconds