[SSLOptionN] Section

The [SSLOptionN] section contains settings that determine incoming or outgoing SSL connections for IDOL Server. For example:

[SSLOption0]
SSLMethod=TLSV1.3
SSLCertificate=host1.crt
SSLPrivateKey=host1.key

[SSLOption1]
SSLMethod=TLSV1.3
SSLCertificate=host2.crt
SSLPrivateKey=host2.key
SSLPrivateKeyPassword=sample1XQ
SSLCheckCommonName=True

NOTE: You must create an SSLOption section for each unique value set by the SSLConfig parameter in the [Server] section, or other section.