diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/batch/files.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/batch/files.go b/cmd/batch/files.go index 474d0ff..371b856 100644 --- a/cmd/batch/files.go +++ b/cmd/batch/files.go @@ -1,6 +1,7 @@ package main import ( + "crypto" "crypto/tls" "crypto/x509" "fmt" @@ -17,6 +18,8 @@ type Cert struct { tls.Certificate keyFile string crtFile string + accFile string + crypto.PrivateKey } func (c Cert) String() string { |