manual: clarify SNI preference order

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

@ -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.
--------------------------------------------------------------------------------------------