Hi FreeBSD friends
Long story short. My old harddrive was dying and I made a clean install (with zroot) on a new harddrive and copied all the configuration from the dying drive.
Everything seems to work great. But I have a problem with my gitlab installation. I have followed the instructions at fromhttps://gitlab.com/mfechner/freebsd-gitlab-docu.
Now I am stuck when i run
.
The error code is
.
I have tried to reinstall
security/ca_root_nss
and renew all my my letsencrypt certificates to no avail.
I guess it has something to fo with migration of user accounts, but I am not sure. Everything related to users, groups and permissions seems fine.
Any obvious mistakes? Or anything I could try to troubleshoot?
Regards,
Jon
Long story short. My old harddrive was dying and I made a clean install (with zroot) on a new harddrive and copied all the configuration from the dying drive.
Everything seems to work great. But I have a problem with my gitlab installation. I have followed the instructions at fromhttps://gitlab.com/mfechner/freebsd-gitlab-docu.
Now I am stuck when i run
Code:
su -l git -c "cd /usr/local/www/gitlab && yarn install --production --pure-lockfile"
The error code is
Code:
unable to get local issuer certificate
I have tried to reinstall
security/ca_root_nss
and renew all my my letsencrypt certificates to no avail.
I guess it has something to fo with migration of user accounts, but I am not sure. Everything related to users, groups and permissions seems fine.
Any obvious mistakes? Or anything I could try to troubleshoot?
Regards,
Jon