Skip to content

Instantly share code, notes, and snippets.

@hulihutu808
hulihutu808 / self-signed-certificate-with-custom-ca.md
Created November 12, 2019 02:13 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096
@hulihutu808
hulihutu808 / README.md
Created November 12, 2019 02:13 — forked from int128/README.md
GitLab SAML SSO with Keycloak

GitLab SAML SSO with Keycloak

Keycloak

  1. Open your Keycloak realm.
  2. Import keycloak-gitlab.json.
  3. Fix URLs of the client.

GitLab