Files
eko/certs/certs.go
Kyren223 06a15e6c70 Refactored to better embed the certifcates and also made sure to read at
runtime the server.key instead of containing it in the server's
executable using go embed
2025-01-07 17:21:02 +02:00

7 lines
74 B
Go

package certs
import _ "embed"
//go:embed server.crt
var CertPEM []byte