Skip to content
Snippets Groups Projects

Install EPAI-ICT Lab Root CA

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Jérôme Frossard
    Edited
    install_root_ca.sh 179 B
    #! /bin/bash
    
    curl https://www.epai-ict.ch/nexus/repository/admin/data/EPAI-ICT-Lab-Root-CA.cer > /usr/local/share/ca-certificates/EPAI-ICT_Lab_Root_CA.crt
    update-ca-certificates
    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