diff options
| author | vin <vin@vineetk.net> | 2025-03-03 19:54:56 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-03 19:54:56 -0500 |
| commit | 5f5006198491e42fc3a81c7647d1a648a5f1932e (patch) | |
| tree | 021ca0a6a420c5ec51a3e07ecd269827142961bc /secrets | |
| parent | c83b940c15f2d2a2ed6b44d23b4332182ec41ff1 (diff) | |
demiurge: switch back to using self-signed cert instead of step-ca
step-ca was being a massive pain when I switched the domain from
demiurge.vpn to demiurge.epistemia. After a long time of trying to see
why it couldn't connect, it later switched to rejectedIdentifier and I
had no idea how to fix it. (one of the github issues on it had
maintainer saying they're closing due to being unable to reproduce)
Diffstat (limited to 'secrets')
| -rw-r--r-- | secrets/secrets.nix | 1 | ||||
| -rw-r--r-- | secrets/smallstep.age | bin | 465 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 69036d5..e42d9d5 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix | |||
| @@ -13,7 +13,6 @@ in | |||
| 13 | 13 | ||
| 14 | "hetzner_dns.age".publicKeys = users ++ [ saklas ]; | 14 | "hetzner_dns.age".publicKeys = users ++ [ saklas ]; |
| 15 | "radicale_users.age".publicKeys = users ++ [ saklas ]; | 15 | "radicale_users.age".publicKeys = users ++ [ saklas ]; |
| 16 | "smallstep.age".publicKeys = users ++ [ demiurge ]; | ||
| 17 | "tailscale_demiurge.age".publicKeys = users ++ [ demiurge ]; | 16 | "tailscale_demiurge.age".publicKeys = users ++ [ demiurge ]; |
| 18 | "tailscale_saklas.age".publicKeys = users ++ [ saklas ]; | 17 | "tailscale_saklas.age".publicKeys = users ++ [ saklas ]; |
| 19 | } | 18 | } |
diff --git a/secrets/smallstep.age b/secrets/smallstep.age deleted file mode 100644 index 842bd86..0000000 --- a/secrets/smallstep.age +++ /dev/null | |||
| Binary files differ | |||
