summaryrefslogtreecommitdiff
path: root/modules/core/security/pki.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-22 15:23:35 -0700
committerFuwn <[email protected]>2024-09-22 15:23:35 -0700
commit5658bb7f8bf3522c501864ea73024f544b14de3a (patch)
tree0436b387e6e815997da89cea46f2deb6984fb8ab /modules/core/security/pki.nix
parentcore: move kansai networking to desktop (diff)
downloadnixos-config-5658bb7f8bf3522c501864ea73024f544b14de3a.tar.xz
nixos-config-5658bb7f8bf3522c501864ea73024f544b14de3a.zip
core: move kansai security to desktop
Diffstat (limited to 'modules/core/security/pki.nix')
-rw-r--r--modules/core/security/pki.nix42
1 files changed, 0 insertions, 42 deletions
diff --git a/modules/core/security/pki.nix b/modules/core/security/pki.nix
deleted file mode 100644
index b804fc5..0000000
--- a/modules/core/security/pki.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{ lib, ... }:
-{
- security.pki = {
- certificates = lib.mkForce [ ];
-
- caCertificateBlacklist = [
- "AC RAIZ FNMT-RCM SERVIDORES SEGUROS"
- "Autoridad de Certificacion Firmaprofesional CIF A62634068"
-
- # China Financial Certification Authority
- "CFCA EV ROOT"
-
- # Chunghwa Telecom Co., Ltd
- "ePKI Root Certification Authority"
- "HiPKI Root CA - G1"
-
- # Dhimyotis
- "Certigna"
- "Certigna Root CA"
-
- # GUANG DONG CERTIFICATE AUTHORITY
- "GDCA TrustAUTH R5 ROOT"
-
- # Hongkong Post
- "Hongkong Post Root CA 3"
-
- # iTrusChina Co.,Ltd.
- "vTrus ECC Root CA"
- "vTrus Root CA"
-
- # Krajowa Izba Rozliczeniowa S.A.
- "SZAFIR ROOT CA2"
-
- # NetLock Kft.
- "NetLock Arany (Class Gold) Főtanúsítvány"
-
- # TAIWAN-CA
- "TWCA Root Certification Authority"
- "TWCA Global Root CA"
- ];
- };
-}