steveej-480s-work: add Satellite certificate

This commit is contained in:
steveej 2019-02-03 01:47:17 +01:00
parent 2ffdc1ea50
commit a3effb5d29
2 changed files with 103 additions and 0 deletions

View file

@ -72,4 +72,9 @@ in {
authorizedKeys = keys.users.steveej.openssh;
};
};
security.pki.certificateFiles = [
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
../../../../certificates/sat-r220-02.lab.eng.rdu2.redhat.com.crt
];
}