20 lines
271 B
Text
20 lines
271 B
Text
|
|
{
|
||
|
|
pki {
|
||
|
|
ca local {
|
||
|
|
name "My Local CA"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
http_port 8080
|
||
|
|
https_port 8443
|
||
|
|
}
|
||
|
|
|
||
|
|
localhost:8443 {
|
||
|
|
acme_server {
|
||
|
|
ca local
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
# Refer to the Caddy docs for more information:
|
||
|
|
# https://caddyserver.com/docs/caddyfile
|
||
|
|
|