mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-14 16:00:32 +00:00
runtime the server.key instead of containing it in the server's executable using go embed
7 lines
74 B
Go
7 lines
74 B
Go
package certs
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed server.crt
|
|
var CertPEM []byte
|