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"
254 local cert=$1; shift
266 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
286 local cert=$1; shift
300 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
319 local cert=$1; shift
329 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
336 local cert=$1; shift
346 cert "$cert" "$exts" -signkey "${key}.pem" \
352 local cert=$1; shift
356 cert "$cert" "" -signkey "${key}.pem" -set_serial 1 -days -1 "$@"
375 local cert=$1; shift
389 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
391 cat ${cert}.pem ${ca}.pem > ${cert}-chain.pem
395 --cert_chain ${cert}-chain.pem \
396 --tls_out ${cert}.tlssct
397 rm ${cert}-chain.pem
398 filesize=$(wc -c <${cert}.tlssct)
404 …"1.3.6.1.4.1.11129.2.4.2 = ASN1:FORMAT:HEX,OCT:" $((filesize+2)) $filesize `xxd -p ${cert}.tlssct …
407 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \