Skip to content

Commit

Permalink
Release 1.1.6 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 30, 2024
1 parent c72f1db commit 962407f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.6 2024-05-30 <dave at tiredofit dot ca>

### Changed
- Fix for trust_ca function getting clobbered


## 1.1.5 2024-05-30 <dave at tiredofit dot ca>

### Reverted
Expand Down
3 changes: 3 additions & 0 deletions install/assets/functions/10-postfix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ EOF
fi
}

trust_ca() {
if var_true "$CREATE_CA" ; then
if [ -f "${CA_CERT_FILE}" ]; then
if [ ! -f /usr/local/share/ca-certificates/"$(basename "${CA_CERT_FILE}")" ] ; then
print_debug "[certificates | trust_ca] Trusting CA ${CA_NAME}"
ln -sf "${CA_CERT_FILE}" /usr/local/share/ca-certificates/
Expand Down

0 comments on commit 962407f

Please sign in to comment.