From 3fb7e292f5b21a3886f8058a23337f6f9d21669d Mon Sep 17 00:00:00 2001 From: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:09:08 +0000 Subject: [PATCH] Removes import.md docs due to migration - removing IMPORT.md as it has been migrated into sigstore/docs Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --- IMPORT.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 IMPORT.md diff --git a/IMPORT.md b/IMPORT.md deleted file mode 100644 index 982b1a6c8be6..000000000000 --- a/IMPORT.md +++ /dev/null @@ -1,17 +0,0 @@ -# Import RSA and EC Keypairs -* Currently only supports RSA and ECDSA private keys - -### Import a keypair - -```shell -$ cosign import-key-pair --key opensslrsakey.pem -Enter password for private key: -Enter password for private key again: -Private key written to import-cosign.key -Public key written to import-cosign.pub -``` -### Sign a container with imported keypair - -```shell -$ cosign sign --key import-cosign.key $IMAGE_DIGEST -```