witness icon indicating copy to clipboard operation
witness copied to clipboard

Support cosign key type

Open colek42 opened this issue 2 years ago • 1 comments

➜  kubectl git:(master) ✗ cosign generate-key-pair
Enter password for private key: 
Enter password for private key again: 
File cosign.key already exists. Overwrite (y/n)? y
Private key written to cosign.key
Public key written to cosign.pub
➜  kubectl git:(master) ✗ cat cosign.key          
-----BEGIN ENCRYPTED COSIGN PRIVATE KEY-----
REDACTED
TlIrY3c0VGs0b0lSaHNwam5hcWVuWlFHcHc9PSJ9
-----END ENCRYPTED COSIGN PRIVATE KEY-----

colek42 avatar Dec 10 '21 16:12 colek42

can you explain a bit more, please? Thx

developer-guy avatar Sep 17 '22 06:09 developer-guy