Lines Matching defs:key
7 key() {
8 local key=$1; shift
10 if [ ! -f "${key}.pem" ]; then
13 -out "${key}.pem"
18 local key=$1; shift
21 openssl req -new -sha256 -key "${key}.pem" \
37 local key=$1; shift
45 key "$key"; req "$key" "$dn" |
46 cert "$cert" "$exts" -signkey "${key}.pem" \
52 local key=$1; shift
63 key "$key"; req "$key" "$dn" |
70 secp256r1TestCA.key secp256r1TestCA.cert
72 secp256r2TestServer.key secp256r2TestServer.cert \
73 secp256r1TestCA.key secp256r1TestCA.cert
75 secp256r2TestClient.key secp256r2TestClient.cert \
76 secp256r1TestCA.key secp256r1TestCA.cert
78 cat secp256r1TestCA.key.pem secp256r1TestCA.cert.pem > \
80 cat secp256r2TestClient.cert.pem secp256r2TestClient.key.pem > \
82 cat secp256r2TestServer.cert.pem secp256r2TestServer.key.pem > \