Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cyrus-imapd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cyrus-imapd
Commits
b3a8441d
Commit
b3a8441d
authored
Jul 21, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should use email-ca-bundle.crt for CA certificates
parent
fcb3f0ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
b3a8441d
...
@@ -231,10 +231,10 @@ tls_server_cert: /etc/ssl/private/server.pem
...
@@ -231,10 +231,10 @@ tls_server_cert: /etc/ssl/private/server.pem
tls_server_key
:
/etc/ssl/private/server.pem
tls_server_key
:
/etc/ssl/private/server.pem
# File containing one or more Certificate Authority (CA) certificates.
# File containing one or more Certificate Authority (CA) certificates.
#tls_client_ca_file: /etc/ssl/certs/cyrus-imapd-ca.pem
tls_client_ca_file
:
/etc/pki/tls/certs/email-ca-bundle.crt
# Path to directory with certificates of CAs.
# Path to directory with certificates of CAs.
tls_client_ca_dir
:
/etc/ssl/certs
#
tls_client_ca_dir: /etc/ssl/certs
# The length of time (in minutes) that a TLS session will be cached for
# The length of time (in minutes) that a TLS session will be cached for
# later reuse. The maximum value is 1440 (24 hours), the default. A
# later reuse. The maximum value is 1440 (24 hours), the default. A
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment