Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-04-09 18:10:13 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-04-09 18:10:13 +0400
commitd5ae820fbc520b65901e56b7fcb2e319161b8d11 (patch)
tree4764d9155ee37fb24632c5d6d5827ee1064d9f2d /man/certmgr.1
parent6c24e2335b1d84d08e9a8f7fb225e275fc6cd91b (diff)
2004-04-09 Sebastien Pouliot <sebastien@ximian.com>
* certmgr.1: Update the man file to specifiy the current location and format of the certificate files. Also added a WARNING that this info can change anytime and that the only safe way to manipulate the stores are by using the certmgr tool. svn path=/trunk/mono/; revision=25249
Diffstat (limited to 'man/certmgr.1')
-rwxr-xr-xman/certmgr.119
1 files changed, 19 insertions, 0 deletions
diff --git a/man/certmgr.1 b/man/certmgr.1
index 16e874797a7..442bea26496 100755
--- a/man/certmgr.1
+++ b/man/certmgr.1
@@ -44,6 +44,25 @@ More details displayed on the console.
.TP
.I "-help", "-h", "-?", "/?"
Display help about this tool.
+.SH FILES
+.B WARNING: This details the current behavior of Mono and could change between releases.
+The only safe way to interact with certificate stores is to use the certmgr
+tool. The current releases of Mono keeps all the user certificate stores in
+separates directories under
+.I ~/.mono/certs/
+.TP
+For example the trusted root certificates for a user would be kept under
+.I ~/.mono/certs/Trust/
+.TP
+Certificates files are kept in DER (binary) format (extension .cer).
+.TP
+The filenames either starts with
+.I tbp
+(thumbprint) or
+.I ski
+(subject key identifier).
+.TP
+The rest of the filename is the base64-encoded value (tbp or ski).
.SH AUTHOR
Written by Sebastien Pouliot
.SH COPYRIGHT