add certs. fix acme challenge. add jwk provisioner
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
This commit is contained in:
parent
b9e7615ff5
commit
7a65bdbf37
12 changed files with 125 additions and 50 deletions
3
modules/nixos/pki/default.nix
Normal file
3
modules/nixos/pki/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
security.pki.certificateFiles = [ ../../../certs/root_ca.crt ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue