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
6
6
# CLIENT_PEM Path to mongo client.pem: must be set
7
7
# P12_FILENAME Filename for client certificate in p12 format
8
8
# 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
10
10
# OUT_CLIENT_PATH_VAR Name of the output variable containing the path of the p12 certificate
11
11
# OUT_CLIENT_PASSWORD_VAR Name of the output variable containing the password for the p12 certificate
12
12
#
13
13
# 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)
16
16
17
17
18
18
# Input environment variables and default values
You can’t perform that action at this time.
0 commit comments