Setup
Setting up the development environment
Last updated
Setting up the development environment
Last updated
Ubuntu 20.04 with Linux Kernel ≥ 5.11
CPU: Intel Xeon E-2288G
Docker (>= 20.10.21) & Docker-Compose
To access a private GitHub repository in Dockerfile, you need to configure your SSH keys:
Then, you need to add the content in ~/.ssh/id_ed25519.pub
to by clicking the New SSH keys
button.
To establish a TLS connection, we need a CA and a client cert for mutual authentication. We store them in the cert
directory:
Generate cert/ca.key
:
Generate cert/ca.crt
:
Generate client private key:
Export keys to pkcs8 in unencrypted format:
Generate client CSR:
Generate client cert:
public.ecr.aws/clique/clique-sibyl-base:1.0.0
public.ecr.aws/clique/clique-sibyl-mtls-base:1.0.0
public.ecr.aws/clique/clique-sibyl-dcsv2-base:1.0.0
public.ecr.aws/clique/clique-sibyl-dcsv2-mtls-base:1.0.0
Browse our for the latest version.