Skip to content

Instantly share code, notes, and snippets.

View allanice001's full-sized avatar

Allan allanice001

View GitHub Profile
@allanice001
allanice001 / setup.sh
Last active May 16, 2024 09:58 — forked from QueuingKoala/setup.sh
Sub-CA example
# Assumptions: easyrsa3 available in current dir, and functional openssl.
# This basic example puts the "offline" and "sub" PKI dirs on the same system.
# A real-world setup would use different systems and transport the public components.
# Build root CA:
EASYRSA_PKI=offline ./easyrsa init-pki
EASYRSA_PKI=offline ./easyrsa build-ca nopass
# Build sub-CA request:
EASYRSA_PKI=sub ./easyrsa init-pki
@allanice001
allanice001 / ansible-git.md
Last active February 11, 2017 14:57 — forked from sivel/ansible-git.md
Ansible Contributors Guide for working with git/GitHub

Ansible Contributors Guide for working with git/GitHub

First Note

Never, ever, modify or commit things to devel, always do work in a feature branch

Setting up the ansible and modules repos from forks

export GITHUB_USER=sivel