User Tools

Site Tools


auth:gitlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
auth:gitlab [2018/11/08 15:53] – [Some support cases] apanoauth:gitlab [2021/07/05 18:09] (current) kohofer
Line 189: Line 189:
   * Delete entry in keychain for gitlab.inf.unibz.it   * Delete entry in keychain for gitlab.inf.unibz.it
   * Add key again to ssh client : ssh-add -K <key_path>   * Add key again to ssh client : ssh-add -K <key_path>
 +
 +
 +===== Renew the SSL certificates - gitlab.inf.unibz.it =====
 +
 +Certificate is valid for 3 months
 +
 +A cronjob renews the certificate every 1st day of the month
 +
 +  root@gitlab:~# vi /etc/cron.monthly/renew-le-certs
 +
 +<code>
 +# At 04:05 on day-of-month 1.
 +5 4 1 * *       /opt/gitlab/bin/gitlab-ctl renew-le-certs
 +# At 04:10 on day-of-month 1.
 +10 4 1 * *      /opt/gitlab/bin/gitlab-ctl reconfigure
 +</code>
  
  
  
  
/data/www/wiki.inf.unibz.it/data/attic/auth/gitlab.1541688809.txt.gz · Last modified: 2019/01/16 10:03 (external edit)