Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sendmail
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
sendmail
Commits
c9f0175c
Commit
c9f0175c
authored
May 17, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed location of ca-bundle file
parent
3fd1ae99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sendmail.mc
sendmail.mc
+1
-1
No files found.
sendmail.mc
View file @
c9f0175c
...
@@ -53,7 +53,7 @@ dnl The client certificate/key is not provided since we do not want to attempt
...
@@ -53,7 +53,7 @@ dnl The client certificate/key is not provided since we do not want to attempt
dnl TLS with any servers, including the local ISP.
dnl TLS with any servers, including the local ISP.
dnl ----------------------------------------------------------------------------
dnl ----------------------------------------------------------------------------
define(`confCACERT_PATH', `/etc/ssl')dnl
define(`confCACERT_PATH', `/etc/ssl')dnl
define(`confCACERT', `/etc/
ssl/ca-bundle.pem
')dnl
define(`confCACERT', `/etc/
pki/tls/certs/ca-bundle.crt
')dnl
define(`confSERVER_CERT', `/etc/ssl/private/server.pem')dnl
define(`confSERVER_CERT', `/etc/ssl/private/server.pem')dnl
define(`confSERVER_KEY', `/etc/ssl/private/server.pem')dnl
define(`confSERVER_KEY', `/etc/ssl/private/server.pem')dnl
...
...
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