Initial commit - existing project files
This commit is contained in:
commit
c49798a9ea
82 changed files with 4304 additions and 0 deletions
6
config/tls/cert-config.sh
Normal file
6
config/tls/cert-config.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
# environment variables for tls generation
|
||||
|
||||
export TLS_EXPIRE_AFTER_DAYS=365
|
||||
export TLS_COMMON_NAME="localhost"
|
||||
export TLS_ALT_NAME1="127.0.0.1"
|
||||
export TLS_ALT_NAME2="localhost.localdomain"
|
Loading…
Add table
Add a link
Reference in a new issue