ezshare/certs/certs_none.go
2021-12-03 23:05:29 +01:00

20 lines
196 B
Go

//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