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
Copy file name to clipboardExpand all lines: evergreen/convert-client-cert-to-pkcs12.sh
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,23 @@ set -o errexit # Exit the script with an error if any of the commands fail
5
5
# Input environment variables
6
6
:"${CLIENT_PEM_VAR_NAME:="CLIENT_PEM"}"# Name of the input variable for the client.pem file
7
7
:"${OUTPUT_VAR_PREFIX:="MONGO_X509_CLIENT"}"# Prefix for output environment variables
8
-
:"${CERTIFICATE_NAME:="Drivers Client Certificate"}"# Name for the exported certificate
9
-
10
-
#todo, need to take the input name for client file and password, and not use the convoluted system we have
11
-
#I think I need to add those to the input environment variables and then use those in the export down here (where the default values for output variables are)
8
+
:"${FRIENDLY_NAME:="Drivers Client Certificate"}"# Friendly name for the exported certificate
0 commit comments