Home
last modified time | relevance | path

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

/src/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in55 SVR_BASE=unbound_server
76 "${SVR_BASE}_trust.pem" \
78 "${SVR_BASE}_trust.srl"
122 if [ ! -f "$SVR_BASE.key" ]; then
123 openssl genrsa -out "$SVR_BASE.key" "$BITS"
144 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then
147 -key "$SVR_BASE.key" \
150 -out "$SVR_BASE.pem"
183 -in "$SVR_BASE.pem" \
184 -out "${SVR_BASE}_trust.pem"
[all …]
H A Dunbound-control-setup.sh55 SVR_BASE=unbound_server
76 "${SVR_BASE}_trust.pem" \
78 "${SVR_BASE}_trust.srl"
122 if [ ! -f "$SVR_BASE.key" ]; then
123 openssl genrsa -out "$SVR_BASE.key" "$BITS"
144 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then
147 -key "$SVR_BASE.key" \
150 -out "$SVR_BASE.pem"
183 -in "$SVR_BASE.pem" \
184 -out "${SVR_BASE}_trust.pem"
[all …]