Server/caddy: change name of the root ca cert
This commit is contained in:
parent
e1f4b528c6
commit
114fcad32e
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
|||
in {
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
globalConfig = ''
|
||||
pki {
|
||||
ca local {
|
||||
name "Caddy (Everest) local CA"
|
||||
}
|
||||
}
|
||||
'';
|
||||
extraConfig = ''
|
||||
(tailscale) {
|
||||
tls internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue