Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
277b8641
Commit
277b8641
authored
3 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[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
3 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/macos.rst
+6
-1
6 additions, 1 deletion
doc/macos.rst
with
6 additions
and
1 deletion
doc/macos.rst
+
6
−
1
View file @
277b8641
...
@@ -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!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment