...
These are configured in the config.yml
file as shown below:-
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}" ... |
...