File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ set -o errexit # Exit the script with an error if any of the commands fail
66# CLIENT_PEM Path to mongo client.pem: must be set
77# P12_FILENAME Filename for client certificate in p12 format
88# P12_PASSWORD Password for client certificate in p12 format
9- # P12_FRIENDLY_NAME Friendly name for client certificate in p12 format
9+ # P12_FRIENDLY_NAME Friendly name for client certificate in p12 format
1010# OUT_CLIENT_PATH_VAR Name of the output variable containing the path of the p12 certificate
1111# OUT_CLIENT_PASSWORD_VAR Name of the output variable containing the password for the p12 certificate
1212#
1313# Environment variables produced as output:
14- # {! OUT_CLIENT_PATH_VAR} Absolute path to client certificate in p12 format (OUT_CLIENT_PATH_VAR contains the actual variable being exported)
15- # {! OUT_CLIENT_PASSWORD_VAR} Password for client certificate (OUT_CLIENT_PASSWORD_VAR contains the actual variable being exported)
14+ # ${ OUT_CLIENT_PATH_VAR} Absolute path to client certificate in p12 format (OUT_CLIENT_PATH_VAR contains the actual variable being exported)
15+ # ${ OUT_CLIENT_PASSWORD_VAR} Password for client certificate (OUT_CLIENT_PASSWORD_VAR contains the actual variable being exported)
1616
1717
1818# Input environment variables and default values
You can’t perform that action at this time.
0 commit comments