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
|
|
@ -1,6 +1,7 @@
|
|||
rec {
|
||||
domain = "sid.ovh";
|
||||
intranet = "intra." + domain;
|
||||
intranet = "i." + domain;
|
||||
ca-fqdn = "ca." + intranet;
|
||||
hosts = {
|
||||
sid = {
|
||||
ip = "100.64.0.6";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue