File: signtos.1

package info (click to toggle)
android-platform-build 1%3A10.0.0%2Br36-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,608 kB
  • sloc: python: 19,710; javascript: 6,836; makefile: 3,839; cpp: 3,384; cs: 3,339; sh: 2,058; java: 1,487; ansic: 791; xml: 84
file content (26 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "SIGNTOS" "1" "" "" ""
.hy
.SH NAME
.PP
signtos \- signing tool for signing Trusty images
.SH SYNOPSIS
.PP
Command line tool from Android for signing Trusty image files:
.PP
\f[B]signtos\f[] [\-providerClass \f[I]className\f[]]
\f[I]privatekey.pk8\f[] \f[I]input.img\f[] \f[I]output.img\f[]
.SH DESCRIPTION
.PP
Signs ARM Trusty images for use with operating systems that support it.
Trusty is a set of software components supporting a Trusted Execution
Environment (TEE) on mobile devices.
The key must be stored in PKCS#8 format.
.SH SEE ALSO
.PP
SIGNAPK(1)
.PP
https://source.android.com/security/trusty/
.SH AUTHORS
The Android Open Source Project.