diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
commit | fb0b3914086484d9284426985984e2c1699ba557 (patch) | |
tree | 963a2288a3b33f389972a78efaf3b6462bbe1925 /.env.sample | |
parent | b62d5f559b81556a1dd6197c72a0c43ba1744477 (diff) | |
download | oldinfra-fb0b3914086484d9284426985984e2c1699ba557.tar.gz oldinfra-fb0b3914086484d9284426985984e2c1699ba557.zip |
ldap, internal CA, internal webserver, dns, etc.
Diffstat (limited to '.env.sample')
-rw-r--r-- | .env.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample index c3e0e81..120ed58 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,7 @@ HEADSCALE_PREAUTH_KEY= HEADSCALE_OIDC_SECRET= +LLDAP_USER_PASS= +LLDAP_JWT_SECRET= +PIHOLE_WEBPWD= +STEP_CA_ROOT_PASSWORD= +STEP_CA_INTERMEDIATE_PASSWORD= |