]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - config.go
nsscash: add "ca" option for files
[nsscash/nsscash.git] / config.go
index 99b27cff35e423e607d541bbbea2fe1c9f1a0db2..8db49c1fe4875ebd959a084996280ea6f82cef09 100644 (file)
--- 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()
 }