Skip to content

Instantly share code, notes, and snippets.

View f5-cabbott's full-sized avatar
:shipit:
First question: How dare you?!?

Chasé f5-cabbott

:shipit:
First question: How dare you?!?
View GitHub Profile
@f5-cabbott
f5-cabbott / el-jefe-cla.md
Created February 12, 2026 22:57
el-jefe-cla

El Jefe's Contributor License Agreement

In order to clarify the intellectual property license granted with Contributions from any person or entity, Plethora of Piñatas. ("Plethora of Piñatas") must have a Contributor License Agreement (hereinafter referred to as "CLA" or “Agreement”) agreed to by each Contributor. This Agreement is for your protection as a Contributor as well as the protection of El Jefe's Plethora of Piñatas; it does not change your rights to use your own Contributions for any other purpose.

Either individuals or business entities, including without limitation, all

# OpenSSL Server Default configuration file
# Copy to /root/ca/intermediary/openssl_server.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca/intermediate
certs = $dir/certs
# OpenSSL Intermediary CA configuration file
# Copy to /root/ca/intermediate/openssl_intermediate.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca/intermediate
certs = $dir/certs
# OpenSSL Root CA configuration file
# Copy to /root/ca/openssl_root.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca
certs = $dir/certs