Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Merge pull request #11 from rfranzke/rel-v3.4.13-bootstrap
Browse files Browse the repository at this point in the history
[rel-v3.4.13-bootstrap] Consider all files in `/var/etcd/ssl/ca/` for root CAs
  • Loading branch information
ishan16696 authored Mar 23, 2022
2 parents 304b6f0 + 4594316 commit 9d907d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.13-bootstrap-1
v3.4.13-bootstrap-2
2 changes: 1 addition & 1 deletion etcd_bootstrap_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VALIDATION_MARKER=/var/etcd/data/validation_marker
# Add self-signed CA to list of root CA-certificates
if [ $ENABLE_TLS = 'true' ]
then
cat /var/etcd/ssl/ca/ca.crt >> /etc/ssl/certs/ca-certificates.crt
cat /var/etcd/ssl/ca/* >> /etc/ssl/certs/ca-certificates.crt
if [ $? -ne 0 ]
then
echo "failed to update root certificate list"
Expand Down

0 comments on commit 9d907d6

Please sign in to comment.