OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTL_BASE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/
unbound-control-setup
58
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
.pem
[
all
...]
/src/external/bsd/nsd/dist/
nsd-control-setup.sh.in
58
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
.key
[
all
...]
/src/external/bsd/unbound/dist/smallapp/
unbound-control-setup.sh.in
58
CTL_BASE
=unbound_control
77
"${
CTL_BASE
}_trust.pem" \
160
if [ ! -f "$
CTL_BASE
.key" ]; then
161
openssl genrsa -out "$
CTL_BASE
.key" "$BITS"
180
if [ ! -f "$
CTL_BASE
.pem" -o $RECREATE -eq 1 ]; then
189
-key "$
CTL_BASE
.key" \
199
-out "$
CTL_BASE
.pem"
201
[ ! -f "
CTL_BASE
.pem" ] || fatal "cannot create signed client certificate"
209
"$
CTL_BASE
.pem" \
210
"$
CTL_BASE
.key
[
all
...]
/src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd
60
set
CTL_BASE
=unbound_control
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
139
echo create %
CTL_BASE
%.pem (signed client certificate)
140
"%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% -extfile request.cfg -extensions v3_req -out %
CTL_BASE
%.pem
142
if not exist %
CTL_BASE
%.pem (
143
echo could not create %
CTL_BASE
%.pem
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026