1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Update README.rst

Co-authored-by: Felix Fontein <felix@fontein.de>
Signed-off-by: Enbiya Göral <100806254+enbiyagoral@users.noreply.github.com>
This commit is contained in:
Enbiya Göral
2025-12-13 22:46:48 +03:00
committed by GitHub
parent 9d19c74bbe
commit 3f1859f1c0

View File

@@ -568,7 +568,9 @@ the HuaweiCloud API. The key ID format is ``region:key-uuid`` where:
- ``region`` is the HuaweiCloud region (e.g., ``tr-west-1``, ``cn-north-1``)
- ``key-uuid`` is the UUID of the KMS key (e.g., ``abc12345-6789-0123-4567-890123456789``)
Now you can encrypt a file using::
Now you can encrypt a file using:
.. code:: sh
$ sops encrypt --hckms tr-west-1:abc12345-6789-0123-4567-890123456789 test.yaml > test.enc.yaml