X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=config.go;fp=config.go;h=8db49c1fe4875ebd959a084996280ea6f82cef09;hb=526f6f1db39bde8ca1f7684225a3983634bddafe;hp=99b27cff35e423e607d541bbbea2fe1c9f1a0db2;hpb=3393730a802af2c7d0849287c12f55f35ed6a09b;p=nsscash%2Fnsscash.git diff --git a/config.go b/config.go index 99b27cf..8db49c1 100644 --- a/config.go +++ b/config.go @@ -32,6 +32,7 @@ type File struct { Type FileType Url string Path string + CA string body []byte // internally used by handleFiles() }