HomeSort by: relevance | last modified time | path
    Searched refs:SVR_BASE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/
unbound-control-setup 55 SVR_BASE=test_cert
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"
127 echo "create $SVR_BASE.pem (self signed certificate)"
128 openssl req -key $SVR_BASE.key -config request.cfg -new -x509 -days $DAYS -out $SVR_BASE.pem || error "could not create $SVR_BASE.pem"
130 openssl x509 -in $SVR_BASE.pem -addtrust serverAuth -out $SVR_BASE"_trust.pem
    [all...]
  /src/external/bsd/nsd/dist/
nsd-control-setup.sh.in 55 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"
148 [ ! -f "SVR_BASE.pem" ] || fatal "cannot create server certificate"
179 -in "$SVR_BASE.pem"
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-control-setup.sh.in 55 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"
152 [ ! -f "SVR_BASE.pem" ] || fatal "cannot create server certificate"
183 -in "$SVR_BASE.pem"
    [all...]
  /src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd 57 set SVR_BASE=unbound_server
78 if exist %SVR_BASE%.key (
79 echo %SVR_BASE%.key exists
82 echo generating %SVR_BASE%.key
83 "%SSL_PROGRAM%" genrsa -out %SVR_BASE%.key %BITS% || echo could not genrsa && exit 1
115 echo create %SVR_BASE%.pem (self signed certificate)
116 "%SSL_PROGRAM%" req -key %SVR_BASE%.key -config request.cfg -new -x509 -days %DAYS% -out %SVR_BASE%.pem || echo could not create %SVR_BASE%.pem && exit 1
118 "%SSL_PROGRAM%" x509 -in %SVR_BASE%.pem -addtrust serverAuth -out %SVR_BASE%_trust.pem
    [all...]

Completed in 27 milliseconds