Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/unbound/smallapp/
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 …]
/openbsd/src/usr.sbin/nsd/
Dnsd-control-setup.sh.in55 SVR_BASE=nsd_server
76 "${SVR_BASE}_trust.pem" \
78 "${SVR_BASE}_trust.srl"
118 if [ ! -f "$SVR_BASE.key" ]; then
119 openssl genrsa -out "$SVR_BASE.key" "$BITS"
140 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then
143 -key "$SVR_BASE.key" \
146 -out "$SVR_BASE.pem"
179 -in "$SVR_BASE.pem" \
180 -out "${SVR_BASE}_trust.pem"
[all …]