]> WPIA git - cassiopeia.git/blobdiff - src/crypto/sslUtil.h
upd: start the counting part of the serial with a '1'
[cassiopeia.git] / src / crypto / sslUtil.h
index 6ecb536cd5cac1ca479239da1411d042595d5925..4a451b3a1903aae6d251c1579f5e71efbe89c79a 100644 (file)
@@ -13,6 +13,8 @@
 struct CAConfig {
     std::string path;
     std::string name;
+    std::string crlURL;
+    std::string crtURL;
 
     std::shared_ptr<X509> ca;
     std::shared_ptr<EVP_PKEY> caKey;