MyNixOS website logo
option

services.h2o.hosts.<name>.tls.identity

Key / certificate pairs for the virtual host.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    key-file = "/path/to/rsa.key";
    certificate-file = "/path/to/rsa.crt";
  }
  {
    key-file = "/path/to/ecdsa.key";
    certificate-file = "/path/to/ecdsa.crt";
  }
]