blob: 5293ecc1b7b4acccbf83652a54fbda7129f2da90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- doc/spec.txt.orig Wed May 5 12:08:37 2004
+++ doc/spec.txt Wed May 5 15:10:17 2004
@@ -14432,6 +14432,19 @@
message_prefix = "\1\1\1\1\n"
message_suffix = "\1\1\1\1\n"
+However, many clients require that the certificate presented by Exim be a user
+(also called "leaf" or "site") certificate, and not a self-signed certificate.
+In this case, the self-signed certificate described above must be installed on
+the client host as a trusted root certification authority and the certificate
+used by Exim must be a user certificate signed with that self-signed
+certificate.
+
+For information on creating self-signed CA certificates and using them to sign
+user certificates, see the "General implementation overview" chapter of the
+Open-source PKI Book, available online at:
+
+ http://ospkibook.sourceforge.net/
+
create_directory Type: boolean Default: true
|