aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/module-signing.rst (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-23doc: module-signing.rst: Fix reST formattingPhilipp Hahn1-2/+2
Move the _if_ outside the verbatim string. Make key ring name as a verbatim string. Signed-off-by: Philipp Hahn <hahn@univention.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-02-23doc: Rename .system_keyring to .builtin_trusted_keysPhilipp Hahn1-5/+5
Commit d3bfe84129f65e0af2450743ebdab33d161d01c9 changed the name but did not update the documentation. Fixes: d3bfe84129f65e0af2450743ebdab33d161d01c9 Signed-off-by: Philipp Hahn <hahn@univention.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-10-24Documentation/module-signing.txt: convert to ReST markupMauro Carvalho Chehab1-0/+285
- Fix identatio for the document title; - remove its index; - create a table for hash algorithm to be used; - use quote blocks where needed; - use monotonic fonts for parameters; - adjust whitespaces and blank lines; - Fix case on section titles; - add it to the user's book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>