|
|
|
|
|
by francislavoie
1668 days ago
|
|
FWIW, Caddy can act as its own CA, so it can issue certs for any private site, and you can add the root CA cert to any machines necessary. > but hasn't been that for ages Huh? It still is. This is all you need: :80 {
root * /path/to/files
file_server
}
|
|