mirror of https://gitlab.com/famedly/conduit.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
395 B
31 lines
395 B
|
8 months ago
|
{
|
||
|
|
log default {
|
||
|
|
level WARN
|
||
|
|
}
|
||
|
|
https_port 8448
|
||
|
|
default_sni your.server.name
|
||
|
|
local_certs
|
||
|
|
pki {
|
||
|
|
ca local {
|
||
|
|
name "Complement CA"
|
||
|
|
root {
|
||
|
|
cert /complement/ca/ca.crt
|
||
|
|
key /complement/ca/ca.key
|
||
|
|
}
|
||
|
|
intermediate {
|
||
|
|
cert /complement/ca/ca.crt
|
||
|
|
key /complement/ca/ca.key
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
your.server.name
|
||
|
|
|
||
|
|
reverse_proxy 127.0.0.1:8008
|
||
|
|
tls {
|
||
|
|
issuer internal {
|
||
|
|
ca local
|
||
|
|
}
|
||
|
|
}
|