Skip to content

A public repo to bootstrap basic information for JABAS

Notifications You must be signed in to change notification settings

jabasai/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Install JABAS root certificate

You can install the JABAS root certificate with this command on Linux:

sudo mkdir -p /usr/local/share/ca-certificates/ && \
    curl -L https://raw.githubusercontent.com/jabasai/bootstrap/refs/heads/main/jabas.ca.crt | sudo tee /usr/local/share/ca-certificates/jabas-ca.crt && \
    sudo update-ca-certificates

About

A public repo to bootstrap basic information for JABAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published