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:59 +03:00
committed by GitHub
parent 3f1859f1c0
commit 0fa49127b1

View File

@@ -574,7 +574,9 @@ Now you can encrypt a file using:
$ sops encrypt --hckms tr-west-1:abc12345-6789-0123-4567-890123456789 test.yaml > test.enc.yaml
Or using the environment variable::
Or using the environment variable:
.. code:: sh
$ export SOPS_HUAWEICLOUD_KMS_IDS="tr-west-1:abc12345-6789-0123-4567-890123456789"
$ sops encrypt test.yaml > test.enc.yaml