Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 4403141

Browse files
committed
Add README text
1 parent 24ffb98 commit 4403141

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ GitLab SSL configuration; tells GitLab to redirect normal http requests to https
6060

6161
Whether to create a self-signed certificate for serving GitLab over a secure connection. Set `gitlab_self_signed_cert_subj` according to your locality and organization.
6262

63+
### LetsEncrypt Configuration.
64+
65+
gitlab_letsencrypt_enable: "false"
66+
gitlab_letsencrypt_contact_emails: ["[email protected]"]
67+
gitlab_letsencrypt_auto_renew_hour: 1
68+
gitlab_letsencrypt_auto_renew_minute: 30
69+
gitlab_letsencrypt_auto_renew_day_of_month: "*/7"
70+
gitlab_letsencrypt_auto_renew: true
71+
72+
GitLab LetsEncrypt configuration; tells GitLab whether to request and use a certificate from LetsEncrypt, if `gitlab_letsencrypt_enable` is set to `"true"`. Multipl contact emails can be configured under `gitlab_letsencrypt_contact_emails` as a list.
73+
6374
# LDAP Configuration.
6475
gitlab_ldap_enabled: "false"
6576
gitlab_ldap_host: "example.com"

0 commit comments

Comments
 (0)