mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 20:29:24 +00:00
Merge pull request #772 from harche/doc_fix
Fix typos in doc for image encryption
This commit is contained in:
@@ -100,12 +100,12 @@ skopeo copy --encryption-key jwe:./public.key oci:local_nginx:latest oci:try-en
|
|||||||
|
|
||||||
To decrypt an image:
|
To decrypt an image:
|
||||||
```sh
|
```sh
|
||||||
skopeo copy --decryption-key ./private.key oci:try-encrypt:encryted oci:try-decrypt:decrypted
|
skopeo copy --decryption-key ./private.key oci:try-encrypt:encrypted oci:try-decrypt:decrypted
|
||||||
```
|
```
|
||||||
|
|
||||||
To copy encrypted image without decryption:
|
To copy encrypted image without decryption:
|
||||||
```sh
|
```sh
|
||||||
skopeo copy oci:try-encrypt:encryted oci:try-encrypt-copy:encrypted
|
skopeo copy oci:try-encrypt:encrypted oci:try-encrypt-copy:encrypted
|
||||||
```
|
```
|
||||||
|
|
||||||
To decrypt an image that requires more than one key:
|
To decrypt an image that requires more than one key:
|
||||||
|
Reference in New Issue
Block a user