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

/netbsd-current/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/
H A Dunbound-control-setup58 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"
145 echo "create $CTL_BASE.pem (signed client certificate)"
146 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
147 test -f $CTL_BASE.pem || error "could not create $CTL_BASE
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-control-setup.sh.in58 CTL_BASE=nsd_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...]
/netbsd-current/external/bsd/unbound/dist/smallapp/
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...]
/netbsd-current/external/bsd/unbound/dist/winrc/
H A Dunbound-control-setup.cmd60 set CTL_BASE=unbound_control variable
86 if exist %CTL_BASE%.key (
87 echo %CTL_BASE%.key exists
90 echo generating %CTL_BASE%.key
91 "%SSL_PROGRAM%" genrsa -out %CTL_BASE%.key %BITS% || echo could not genrsa && exit 1
131 echo create %CTL_BASE%.pem (signed client certificate)
132 "%SSL_PROGRAM%" req -key %CTL_BASE%.key -config request.cfg -new | "%SSL_PROGRAM%" x509 -req -days %DAYS% -CA %SVR_BASE%_trust.pem -CAkey %SVR_BASE%.key -CAcreateserial -%HASH% -out %CTL_BASE%.pem
134 if not exist %CTL_BASE%.pem (
135 echo could not create %CTL_BASE
[all...]

Completed in 423 milliseconds