Skip to content

Instantly share code, notes, and snippets.

View kawmarco's full-sized avatar

Marco Kawajiri kawmarco

View GitHub Profile
#!/bin/env bash
set -exuo pipefail
# TLS config based on https://github.com/openbmc/docs/blob/master/security/TLS-configuration.md to
# setup a client certificate with CN="user:$META_USERNAME/hostname.facebook.com"
# Context: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/67477
# Target username
META_USERNAME="kawmarco"
#!/bin/env bash
set -exuo pipefail
# TLS config based on https://github.com/openbmc/docs/blob/master/security/TLS-configuration.md to
# setup a client certificate with CN="user:$META_USERNAME/hostname.facebook.com"
# Context: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/67477
# Target username
META_USERNAME="kawmarco"