X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=config.go;h=8db49c1fe4875ebd959a084996280ea6f82cef09;hb=17d6cb591586b6a4ce79c9f9251a5bb86fe963a1;hp=99b27cff35e423e607d541bbbea2fe1c9f1a0db2;hpb=839f07d7b3130efc613d7d3fa8ed71a7d8d5fd7f;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() }