|
|
|
@@ -489,6 +489,10 @@ matrix_ssl_lets_encrypt_support_email: ~ |
|
|
|
# If you'd like to not bind on all IP addresses, specify one explicitly (e.g. `a.b.c.d:80`) |
|
|
|
matrix_ssl_lets_encrypt_container_standalone_http_host_bind_port: '80' |
|
|
|
|
|
|
|
# Specify key type of the private key algorithm. |
|
|
|
# Learn more here: https://eff-certbot.readthedocs.io/en/stable/using.html#using-ecdsa-keys |
|
|
|
matrix_ssl_lets_encrypt_key_type: rsa |
|
|
|
|
|
|
|
matrix_ssl_base_path: "{{ matrix_base_data_path }}/ssl" |
|
|
|
matrix_ssl_config_dir_path: "{{ matrix_ssl_base_path }}/config" |
|
|
|
matrix_ssl_log_dir_path: "{{ matrix_ssl_base_path }}/log" |
|
|
|
|