Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installing CA on Solus #321

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ianmjones
Copy link

Resolves #320

This enables installing Lando and/or running lando setup on Solus by fixing the script that installs the CA.

Solus is not based on any other Linux distribution and uses its own eopkg package manager, scripts/install-system-ca-linux.sh now knows about this.

Solus also uses the certutil program from the libnss package (installed by default) for managing certificates for users. This changeset ensures that once the LandoCA.crt is in place so that Lando does not continuously try and re-install it, it also properly uses certutil to add the CA to the user's local certificate store.

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for lando-core ready!

Name Link
🔨 Latest commit ab40dd4
🔍 Latest deploy log https://app.netlify.com/sites/lando-core/deploys/6793bcf26f3d1b0008ba5a14
😎 Deploy Preview https://deploy-preview-321--lando-core.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94 (🔴 down 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 98 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup fails on Solus
2 participants