OCSP Stapling SSL manually-managed

# chain.pem file is required for 'ssl_trusted_certificate`
This commit is contained in:
sakkiii 2021-05-24 17:59:34 +05:30 committed by GitHub
parent d4c7a90b5c
commit dcd5e5657d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ With such a configuration, the playbook would expect you to drop the SSL certifi
- `<matrix_ssl_config_dir_path>/live/<domain>/fullchain.pem`
- `<matrix_ssl_config_dir_path>/live/<domain>/privkey.pem`
- `<matrix_ssl_config_dir_path>/live/<domain>/chain.pem`
where `<domain>` refers to the domains that you need (usually `matrix.<your-domain>` and `element.<your-domain>`).