mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:58:34 +01:00
feat: openvpn & cert manager
This commit is contained in:
31
roles/openvpn/templates/cert-manager-conf.py
Normal file
31
roles/openvpn/templates/cert-manager-conf.py
Normal file
@@ -0,0 +1,31 @@
|
||||
CA_KEY_SIZE = 2048
|
||||
CA_NAME = "AtlantisHQv2"
|
||||
|
||||
CRL_PATH = "./data/crl.pem"
|
||||
KEYS_PATH = "./data/keys/"
|
||||
|
||||
|
||||
CA_KEY_PATH = "./keys/ca.key"
|
||||
CA_CERT_PATH = "./keys/ca.crt"
|
||||
CA_CERT_PATH = "./keys/ca.crt"
|
||||
|
||||
C_DEFAULT = "DE"
|
||||
L_DEFAULT = "Bavaria"
|
||||
ST_DEFAULT = "Erlangen"
|
||||
O_DEFAULT = "AtlantisHQ"
|
||||
OU_DEFAULT = "Sheppy"
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = "sqlite:///./data/sqlite.db"
|
||||
CREATE_CA_IF_NOT_EXISTS = True
|
||||
LOAD_MISSING_CERTS_TO_DB = False
|
||||
|
||||
VPN_CONFIG_DIR_PATH = "./data/ccd/"
|
||||
ENABLE_VPN_CONNECTION = False
|
||||
VPN_MANAGEMENT_HOST = "host.docker.internal"
|
||||
VPN_MANAGEMENT_PORT = {{ openvpn_management_port }}
|
||||
VPN_MANAGEMENT_PASSWORD = "{{ openvpn_management_password }}"
|
||||
NGINX_CERT_MAPS_LOCATION = "./data/nginx_maps.j2"
|
||||
|
||||
VPN_SERVER = "atlantishq.de"
|
||||
VPN_PORT = 7012
|
||||
VPN_PROTO = "tcp"
|
||||
Reference in New Issue
Block a user