Skip to content
Snippets Groups Projects
Commit 277b8641 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Install Idiap self-signed certificate on mac installs

parent 8d87f80b
No related branches found
No related tags found
No related merge requests found
Pipeline #58344 failed
...@@ -182,7 +182,12 @@ Building the reference setup ...@@ -182,7 +182,12 @@ Building the reference setup
12. Once installed, go the the settings and in "General" uncheck the option 12. Once installed, go the the settings and in "General" uncheck the option
"Use gRPC FUSE for file sharing". At the time of writing (04.10.2021), the "Use gRPC FUSE for file sharing". At the time of writing (04.10.2021), the
gRPC Fuse system does not work well with beat/beat.core> testing. gRPC Fuse system does not work well with beat/beat.core> testing.
13. Reboot the machine. At this point, the gitlab user should be auto-logged 13. Import Idiap's self-signed root certificate::
$ curl -o cert.crt -s https://pki.idiap.ch/download/Idiap_2016_Root-cacert.crt
$ sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain cert.crt
$ rm -f cert.crt
14. Reboot the machine. At this point, the gitlab user should be auto-logged
and the runner process should be executing. Congratulations, you're done! and the runner process should be executing. Congratulations, you're done!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment