Searched refs:SVR_BASE (Results 1 – 4 of 4) sorted by relevance
55 SVR_BASE=test_cert96 if test -f $SVR_BASE.key; then97 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 || er…130 openssl x509 -in $SVR_BASE.pem -addtrust serverAuth -out $SVR_BASE"_trust.pem"146 …fig request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.ke…159 chmod o-rw $SVR_BASE.pem $SVR_BASE.key $CTL_BASE.pem $CTL_BASE.key[all …]
55 SVR_BASE=unbound_server76 "${SVR_BASE}_trust.pem" \78 "${SVR_BASE}_trust.srl"118 if [ ! -f "$SVR_BASE.key" ]; then119 openssl genrsa -out "$SVR_BASE.key" "$BITS"140 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then143 -key "$SVR_BASE.key" \146 -out "$SVR_BASE.pem"179 -in "$SVR_BASE.pem" \180 -out "${SVR_BASE}_trust.pem"[all …]
55 SVR_BASE=nsd_server76 "${SVR_BASE}_trust.pem" \78 "${SVR_BASE}_trust.srl"118 if [ ! -f "$SVR_BASE.key" ]; then119 openssl genrsa -out "$SVR_BASE.key" "$BITS"140 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then143 -key "$SVR_BASE.key" \146 -out "$SVR_BASE.pem"179 -in "$SVR_BASE.pem" \180 -out "${SVR_BASE}_trust.pem"[all …]
57 set SVR_BASE=unbound_server variable78 if exist %SVR_BASE%.key (79 echo %SVR_BASE%.key exists82 echo generating %SVR_BASE%.key83 "%SSL_PROGRAM%" genrsa -out %SVR_BASE%.key %BITS% || echo could not genrsa && exit 1110 echo create %SVR_BASE%.pem (self signed certificate)111 …PROGRAM%" req -key %SVR_BASE%.key -config request.cfg -new -x509 -days %DAYS% -out %SVR_BASE%.pem…113 "%SSL_PROGRAM%" x509 -in %SVR_BASE%.pem -addtrust serverAuth -out %SVR_BASE%_trust.pem132 …st.cfg -new | "%SSL_PROGRAM%" x509 -req -days %DAYS% -CA %SVR_BASE%_trust.pem -CAkey %SVR_BASE%.ke…141 rem see details with "%SSL_PROGRAM%" x509 -noout -text < %SVR_BASE%.pem[all …]