Skip to content

Instantly share code, notes, and snippets.

@iqlal
Last active July 25, 2025 12:29
Show Gist options
  • Save iqlal/1f3581c17e27b87b851206e06b6dc96f to your computer and use it in GitHub Desktop.
Save iqlal/1f3581c17e27b87b851206e06b6dc96f to your computer and use it in GitHub Desktop.
Lab RPL Installation

Lab RPL Private Certificate Authority

CA Maintainer: [email protected]

Windows Users

Important

Run all command in Powershell Administrator mode

Download Lab RPL Private Root CA file

Invoke-WebRequest -Uri "https://object.syntesa.org/roots.pem" -OutFile "roots.pem"

Install the Root CA to Trusted Root Store

Import-Certificate -FilePath "roots.pem" -CertStoreLocation "Cert:\LocalMachine\Root"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment