diff options
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/ssl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/ssl.nix b/krebs/3modules/ssl.nix index 8cbd8dcce..8d853b85e 100644 --- a/krebs/3modules/ssl.nix +++ b/krebs/3modules/ssl.nix @@ -22,7 +22,7 @@ in { default = false; description = '' whether to trust the krebs root CA. - This implies that krebs can forge a certficate for every domain + This implies that krebs can forge a certificate for every domain ''; }; trustIntermediate = lib.mkOption { |