Skip to content

Unable to load service index when running the bootstrapper from SSH shell #1803

Answered by glopesdev
glopesdev asked this question in Q&A
Discussion options

You must be logged in to vote

It turns out this is related to the way Mono handles certificates by having its own separate certificate store.

In the documentation there is mention of a built-in tool to sync certificates with the system, but the actual examples are tucked away in the Release Notes for Mono 3.12.0. The command for Debian systems is reproduced below for reference:

cert-sync /etc/ssl/certs/ca-certificates.crt

This might still fail if you don't have root access to your system, in which case it might help to run the command with the --user flag:

cert-sync --user /etc/ssl/certs/ca-certificates.crt

Replies: 1 comment

Comment options

glopesdev
May 17, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by glopesdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1801 on May 17, 2024 16:51.