github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/ais/test/tls-env/server.conf (about) 1 # | -- env var ----------------------------------- | -- cluster config -------- | 2 export AIS_SERVER_CRT=/tmp/tls/aistore.crt # aka "net.http.server_crt" 3 export AIS_SERVER_KEY=/tmp/tls/aistore.key # net.http.server_key 4 export AIS_CLIENT_CA_TLS=/tmp/tls/MyFirst-CA.crt # net.http.client_ca_tls 5 export AIS_CLIENT_AUTH_TLS=4 # net.http.client_auth_tls 6 export AIS_SKIP_VERIFY_CRT=false # net.http.skip_verify 7 8 # NOTE: if AIS_USE_HTTPS ("net.http.use_https") is false, all the settings above will be ignored