Skip to content

Commit c05a5ac

Browse files
committed
Corrected spacing
1 parent 77b3ceb commit c05a5ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

evergreen/convert-client-cert-to-pkcs12.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)