File tree 5 files changed +72
-2
lines changed
5 files changed +72
-2
lines changed Original file line number Diff line number Diff line change 42
42
/intltool-merge.in
43
43
/intltool-update.in
44
44
/libtool
45
+ /man /Makefile
46
+ /man /Makefile.in
45
47
/po /* .gmo
46
48
/po /* .mo
47
49
/po /.intltool-merge-cache
Original file line number Diff line number Diff line change 1
- SUBDIRS = src
1
+ SUBDIRS = src man
Original file line number Diff line number Diff line change @@ -83,5 +83,6 @@ AC_CHECK_FUNCS([memset])
83
83
PKG_CHECK_MODULES(OPENSSL, [ openssl >= 0.9.8] )
84
84
85
85
AC_CONFIG_FILES ( [ Makefile
86
- src/Makefile] )
86
+ src/Makefile
87
+ man/Makefile] )
87
88
AC_OUTPUT
Original file line number Diff line number Diff line change
1
+ dist_man1_MANS = mokutil.1
Original file line number Diff line number Diff line change
1
+ .TH MOKUTIL 1 "Wed Nov 07 2012"
2
+ .SH NAME
3
+
4
+ mokutil \- utility to manipulate machine owner keys
5
+
6
+ .SH SYNOPSIS
7
+ \fB mokutil \fR [--list-enrolled | -le]
8
+ .br
9
+ \fB mokutil \fR [--list-new | -ln]
10
+ .br
11
+ \fB mokutil \fR [--import | -i] ...
12
+ .br
13
+ \fB mokutil \fR [--delete-all | -D]
14
+ .br
15
+ \fB mokutil \fR [--revoke | -r]
16
+ .br
17
+ \fB mokutil \fR [--export | -x]
18
+ .br
19
+ \fB mokutil \fR [--password | -p]
20
+ .br
21
+ \fB mokutil \fR [--disable-validation]
22
+ .br
23
+ \fB mokutil \fR [--enable-validation]
24
+ .br
25
+
26
+ .SH DESCRIPTION
27
+ \fB mokutil \fR is a tool to import or delete the machines owner keys
28
+ (MOK) stored in the database of shim.
29
+
30
+ .SH OPTIONS
31
+ .TP
32
+ \fB --list-enrolled \fR
33
+ List the keys the already stored in the database
34
+
35
+ .TP
36
+ \fB --list-new \fR
37
+ List the keys to be enrolled
38
+
39
+ .TP
40
+ \fB --import \fR
41
+ Collect the followed files and form a request to shim. The files must be in DER
42
+ format.
43
+
44
+ .TP
45
+ \fB --delete-all \fR
46
+ Request shim to delete all stored keys
47
+
48
+ .TP
49
+ \fB --revoke \fR
50
+ Revoke the current request
51
+
52
+ .TP
53
+ \fB --export \fR
54
+ Export the keys stored in MokListRT
55
+
56
+ .TP
57
+ \fB --password \fR
58
+ Setup the password for MokManager
59
+
60
+ .TP
61
+ \fB --disable-validation \fR
62
+ Disable the validation process in shim
63
+
64
+ .TP
65
+ \fB --enrolled-validation \fR
66
+ Enable the validation process in shim
You can’t perform that action at this time.
0 commit comments