3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

manual: clarify SNI preference order

This commit is contained in:
Shivaram Lingamneni 2021-04-14 05:18:35 -04:00
parent cda268fe1e
commit 022330b9b8

View File

@ -622,6 +622,8 @@ Oragono supports [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication); th
key: key2.pem
```
If multiple certificates are applicable, or the client does not send SNI, the server will offer the first applicable certificate in the list.
--------------------------------------------------------------------------------------------