...
Code Block | ||
---|---|---|
| ||
... gitAuthentication: sshKey: "/opt/dm/mci/workbench.key" # Location of our private SSH key httpsEnabled: true # Set true to use HTTPS httpsProvider: "SunJSSE" # httpsCredentialsStore: # Details of the SSL certificate file type: "PKCS12" path: "/opt/dm/mci/.secrets/git-credentials.p12" password: "${file:UTF-8:/opt/dm/mci/.secrets/git-credentials-keystore-password}" ... |
Note |
---|
The comments in the example above are just for clarity. You should not have any comments or trailing whitespace after the entries in your |
This password will be stored in a file (.secrets/git-credentials-keystore-password
) referenced in the config.yml
file, as shown above.
...