X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=4d78a37caa76ae2313925c4da92e1bdf1155bc21;hp=2e052876cd0a43e3bfa381c4db385dcc0a77abc2;hb=c039416ed5102c0c37298334bc009dc891038db9;hpb=bd5882e9ab6c9c4f280a5eb5ca24da2d5275d756 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 {