Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are configured in the config.yml file as shown below:-

Code Block
languageyaml
...
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}"
...

...