回答編集履歴

1

追記

2017/06/01 14:56

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -1,6 +1,18 @@
1
1
  Web と SMTP POPS IMAPSで、同じ証明書が、適用可能です。
2
2
 
3
3
 
4
+
5
+ ssl.conf が、
6
+
7
+ ```
8
+
9
+ SSLCertificateFile "/etc/ssl/example_jp.crt"
10
+
11
+ SSLCertificateKeyFile "/etc/ssl/example_jp.key"
12
+
13
+ ```
14
+
15
+ の場合、main.cf の例
4
16
 
5
17
  ```
6
18
 
@@ -11,3 +23,5 @@
11
23
  smtpd_tls_key_file=/etc/ssl/example_jp.key
12
24
 
13
25
  ```
26
+
27
+