mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update README.md
Fix code block.
This commit is contained in:
parent
498f9d2b0c
commit
8d8544ce4f
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ $ mkdir django; echo 'file4' > django/file4.txt
|
|||
```
|
||||
|
||||
Import and load private keys of affected roles.
|
||||
Python```
|
||||
```Python
|
||||
# The private key of the updated targets metadata must be loaded before it can be signed and
|
||||
# written (Note the load_repository() call above).
|
||||
>>> private_targets_key = import_rsa_privatekey_from_file("/path/to/targets_key")
|
||||
|
|
|
|||
Loading…
Reference in a new issue