Browse Source

Merge pull request #1082 from sakkiii/patch-2

OCSP Stapling SSL manually-managed
pull/1024/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
8d1d85ab4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/configuring-playbook-ssl-certificates.md

+ 1
- 0
docs/configuring-playbook-ssl-certificates.md 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>/fullchain.pem`
- `<matrix_ssl_config_dir_path>/live/<domain>/privkey.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>`). where `<domain>` refers to the domains that you need (usually `matrix.<your-domain>` and `element.<your-domain>`).




Loading…
Cancel
Save