From 9dd7a048109746071706872d586b0064ffbb0681 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 16 Apr 2015 09:49:55 -0400 Subject: [PATCH] [man/certmgr] Update documentation --- man/certmgr.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man/certmgr.1 b/man/certmgr.1 index 04100342a00..b80ffd0457f 100644 --- a/man/certmgr.1 +++ b/man/certmgr.1 @@ -20,6 +20,26 @@ revocation lists (CRL) or certificate trust lists (CTL) to/from a certificate store. Certificate stores are used to build and validate certificate chains for Authenticode(r) code signing validation and SSL server certificates. +.SH STORES +The +.I store +represents the certificate store to use. It can be one of the +following: +.TP +.I "My" +This is the personal certificate store. +.TP +.I "AddressBook" +This is the store for other people. +.TP +.I "CA" +This is a store for intermediate certificate authorities. +.TP +.I "Trust" +This is for trusted roots. +.TP +.I "Disallowed" +This is for untrusted roots .SH ACTIONS .TP .I "-list" -- 2.25.1