You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs every time that logstash starts up and it's been there ever since I've been working with this repo,
The code in question is in the .profile
echo"Installing Cloud Foundry root CA certificate..."
cp "$LS_HOME"/jdk/lib/security/cacerts "$LS_HOME"/jdk/lib/security/jssecacerts
shopt -s nullglob # Skip the loop if there're no matching filesforcertin"${CF_SYSTEM_CERT_PATH:-/etc/cf-system-certificates}/*";doecho"Installing certificates: $cert"# We haven't ever seen someone change this default password, and anyone who# can see this already has permission to update these files, so we're not# setting anything more complicated to avoid complications down the line."$LS_HOME"/jdk/bin/keytool -noprompt -import -trustcacerts -file "$cert" -storepass changeit -alias "${cert/$CF_SYSTEM_CERT_PATH\//}" -keystore "$LS_HOME"/jdk/lib/security/jssecacerts
done
Upon ssh'ing into an app on cloud.gov, I've verified that the directory doesn't exist, even though the documentation says it should.
The text was updated successfully, but these errors were encountered:
The following error occurs every time that logstash starts up and it's been there ever since I've been working with this repo,
The code in question is in the
.profile
Upon ssh'ing into an app on cloud.gov, I've verified that the directory doesn't exist, even though the documentation says it should.
The text was updated successfully, but these errors were encountered: