We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ae166 commit e7f387eCopy full SHA for e7f387e
2 files changed
ignition/scripts/prepare-gan-certificates.sh
@@ -38,6 +38,7 @@ function populateGanKeystore() {
38
info "Populating GAN Client Keystore -> ${keystore_path}"
39
40
# Replace any existing GAN client keystore with the updated one from the mounted secret
41
+ mkdir -v -p "${keystore_parent_path}"
42
rm -v -f "${keystore_path}"
43
cp -v "${GAN_SECRETS_DIR}/keystore.p12" "${keystore_path}"
44
ignition/scripts/prepare-tls-certificates.sh
@@ -28,6 +28,7 @@ function populateWebKeystore() {
28
info "Populating Web Server TLS Keystore -> ${keystore_path}"
29
30
# Replace any existing TLS keystore with the updated one from the mounted secret
31
32
33
cp -v "${WEB_TLS_SECRETS_DIR}/keystore.p12" "${keystore_path}"
34
0 commit comments