Lines Matching refs:cert
90 cert() { function
91 local cert=$1; shift
95 openssl x509 -req -"${OPENSSL_SIGALG}" -out "${cert}.pem" \
102 local cert=$1; shift
113 cert "$cert" "$exts" -signkey "${key}.pem" -set_serial 1 -days "${DAYS}"
132 local cert=$1; shift
147 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
154 local cert=$1; shift
168 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
179 local cert=$1; shift
190 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
201 local cert=$1; shift
212 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
232 local cert=$1; shift
244 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
263 local cert=$1; shift
273 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
280 local cert=$1; shift
290 cert "$cert" "$exts" -signkey "${key}.pem" \
296 local cert=$1; shift
300 cert "$cert" "" -signkey "${key}.pem" -set_serial 1 -days -1 "$@"