codimd: fix option configuration.saml.idpCert

This commit is contained in:
WilliButz 2018-09-18 17:07:46 +02:00 committed by Robin Gloster
parent 35378f0141
commit fc93264f59

View File

@ -834,7 +834,7 @@ in
IdP authentication endpoint.
'';
};
idPCert = mkOption {
idpCert = mkOption {
type = types.str;
default = "";
example = "/path/to/cert.pem";