fix cert path and add tls to cert
This commit is contained in:
parent
30fe42e857
commit
fea6d863d3
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
settings = {
|
||||
server = {
|
||||
interface = [ "127.0.0.1" "10.42.96.1" "10.42.97.1" "10.42.99.1" "10.42.254.1" ];
|
||||
# tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||
tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||
local-zone = "\"cloonar.com\" transparent";
|
||||
local-data = [
|
||||
"\"localhost A 127.0.0.1\""
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.acme.certs.fw = {
|
||||
security.acme.certs."fw.cloonar.com" = {
|
||||
domain = "fw.cloonar.com";
|
||||
group = config.services.unbound.group;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue