ezshare/certs/certs_none.go

20 lines
196 B
Go
Raw Normal View History

2021-12-03 22:04:09 +00:00
//go:build !allcerts && !clientcerts
package certs
import (
_ "embed"
)
var CAKey []byte
var CACert []byte
var SrvKey []byte
var SrvCert []byte
var ClientKey []byte
var ClientCert []byte