X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=4d78a37caa76ae2313925c4da92e1bdf1155bc21;hp=2e052876cd0a43e3bfa381c4db385dcc0a77abc2;hb=16a03b9858752fae9e81af261821a2a22855fde3;hpb=afa95dd1ddca5b46ebf45e5bdb6aa5f3dad25d48 diff --git a/config.h b/config.h index 2e05287..4d78a37 100644 --- a/config.h +++ b/config.h @@ -35,6 +35,8 @@ struct Gen204Config { struct AcceptorConfig { sockaddr_in6 addr; + + std::string certificate_chain, private_key; // In PEM format. }; struct LogConfig {