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