Skip to content

Commit

Permalink
feat(gcp): update instructions from downloading the db certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Sep 6, 2024
1 parent 9dc9423 commit 8957c26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/generate-secrets/lib/all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ function generate-secrets::generate_by_type () {
[[ ${secret_name} == *"-db-ssl."* ]]; then
echo ------------------------------------------------------------------------------
echo "You most likely can download the database SSL certificates from"
echo "the following web page by selecting connections tab of the correct"
echo "database and then downloading server CA, client cert, and client key."
echo "the following web page by navigating to the Connections -> Security page of"
echo "the correct database instance and then by creating a new client certificate"
echo "that will include the server CA, client cert, and client key."
echo
echo "https://console.cloud.google.com/sql/instances?${opts}project=${taito_zone:?}"
echo ------------------------------------------------------------------------------
Expand Down

0 comments on commit 8957c26

Please sign in to comment.