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

Commit d46564e

Browse files
authored
Merge pull request #46 from shreyas-s-rao/3.4.26/ca-cert-path
Update CA cert paths in line with gardener/etcd-druid#777
2 parents a391838 + 1c4ad9f commit d46564e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.4.26-6
1+
v3.4.26-7

etcd_bootstrap_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ VALIDATION_MARKER=/var/etcd/data/validation_marker
55
# Add self-signed CA to list of root CA-certificates
66
if [ $ENABLE_TLS = 'true' ]
77
then
8-
cat /var/etcd/ssl/client/ca/*.crt >> /etc/ssl/certs/ca-certificates.crt
8+
cat /var/etcd/ssl/ca/*.crt >> /etc/ssl/certs/ca-certificates.crt
9+
cat /var/etcdbr/ssl/ca/*.crt >> /etc/ssl/certs/ca-certificates.crt
910
if [ $? -ne 0 ]
1011
then
1112
echo "failed to update root certificate list"

0 commit comments

Comments
 (0)