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
115 cert "$cert" "$exts" -signkey "${key}.pem" -set_serial 1 -days "${DAYS}"
135 local cert=$1; shift
156 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
163 local cert=$1; shift
177 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
188 local cert=$1; shift
199 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
205 local cert=$1; shift
216 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
227 local cert=$1; shift
235 geneeconfig $key $cert $cakey $ca "$conf"
256 local cert=$1; shift
269 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
289 local cert=$1; shift
303 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
322 local cert=$1; shift
332 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
339 local cert=$1; shift
349 cert "$cert" "$exts" -signkey "${key}.pem" \
355 local cert=$1; shift
359 cert "$cert" "" -signkey "${key}.pem" -set_serial 1 -days -1 "$@"
378 local cert=$1; shift
392 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
394 cat ${cert}.pem ${ca}.pem > ${cert}-chain.pem
398 --cert_chain ${cert}-chain.pem \
399 --tls_out ${cert}.tlssct
400 rm ${cert}-chain.pem
401 filesize=$(wc -c <${cert}.tlssct)
407 …"1.3.6.1.4.1.11129.2.4.2 = ASN1:FORMAT:HEX,OCT:" $((filesize+2)) $filesize `xxd -p ${cert}.tlssct …
410 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \