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:52] – [GitLab] apanoauth:gitlab [2021/07/05 18:09] (current) kohofer
Line 185: Line 185:
  
 ===== Some support cases ===== ===== Some support cases =====
-SourceTree failing to connect  +SourceTree failing to connect 
-1. Delete entry in keychain for gitlab.inf.unibz.it + 
-2. Add key again to ssh client : ssh-add -K <key_path>+  * Delete entry in keychain for gitlab.inf.unibz.it 
 +  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.1541688724.txt.gz · Last modified: 2019/01/16 10:03 (external edit)