Lines Matching refs:KEY
4 tid="key revocation lists"
17 # Generate a CA key
47 # A specification that revokes some certificated by key ID.
100 # This should fail as KRLs from serial/key-id spec need the CA specified.
105 # These should succeed; they specify an explicit CA key.
110 # These should succeed; they specify an wildcard CA key.
115 # Revoke the same serials with the second CA key to ensure a multi-CA
128 KEY=$1
132 $SSHKEYGEN -Qf $KRL $KEY >/dev/null
135 fatal "key $KEY not revoked by KRL $KRL: $TAG"
137 fatal "key $KEY unexpectedly revoked by KRL $KRL: $TAG"