diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:53:33 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:53:33 +0300 |
commit | e463eb40363ff4c68b1d903f4e0cdd0ac1c5977f (patch) | |
tree | d5e9f57c28f026cb21de3bd77cc10cd7f64aaa85 /sys/lib/tls | |
parent | b41b9034225ab3e49980d9de55c141011b6383b0 (diff) |
Import sources from 2011-03-30 iso image - sys/lib
Diffstat (limited to 'sys/lib/tls')
-rwxr-xr-x | sys/lib/tls/README | 12 | ||||
-rwxr-xr-x | sys/lib/tls/mail | 1 | ||||
-rwxr-xr-x | sys/lib/tls/mail.exclude | 0 |
3 files changed, 13 insertions, 0 deletions
diff --git a/sys/lib/tls/README b/sys/lib/tls/README new file mode 100755 index 000000000..93659c4a7 --- /dev/null +++ b/sys/lib/tls/README @@ -0,0 +1,12 @@ +By convention, the owner of a file here defines the policy for +adding entries; please send email to request additions, so that +some consistency can be maintained. + +Thus, the postmaster will maintain in /sys/lib/tls/mail the thumbprint, +i.e. the SHA-1 checksum of the mail server's X.509 certificate, for +services that are locally considered trusted for IMAPS. + +SEE ALSO +okThumbprint(2) +sha1sum(1) +/public/certs diff --git a/sys/lib/tls/mail b/sys/lib/tls/mail new file mode 100755 index 000000000..bf646337e --- /dev/null +++ b/sys/lib/tls/mail @@ -0,0 +1 @@ +x509 sha1=1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e (replace with your mail server fingerprint) diff --git a/sys/lib/tls/mail.exclude b/sys/lib/tls/mail.exclude new file mode 100755 index 000000000..e69de29bb --- /dev/null +++ b/sys/lib/tls/mail.exclude |