| | |
| | | # SINCE 0.5.0
|
| | | git.enableGitServlet = true
|
| | |
|
| | | # If you want to restrict all git servlet access to those with valid X509 client
|
| | | # certificates then set this value to true.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | git.requiresClientCertificate = false
|
| | |
|
| | | # Enforce date checks on client certificates to ensure that they are not being
|
| | | # used prematurely and that they have not expired.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | git.enforceCertificateValidity = true
|
| | |
|
| | | # List of OIDs to extract from a client certificate DN to map a certificate to
|
| | | # an account username.
|
| | | #
|
| | | # e.g. git.certificateUsernameOIDs = CN
|
| | | # e.g. git.certificateUsernameOIDs = FirstName LastName
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.2.0
|
| | | git.certificateUsernameOIDs = CN
|
| | |
|
| | | # Only serve/display bare repositories.
|
| | | # If there are non-bare repositories in git.repositoriesFolder and this setting
|
| | | # is true, they will be excluded from the ui.
|