codimd: fix option configuration.saml.idpCert

This commit is contained in:
WilliButz
2018-09-18 23:15:34 +02:00
committed by Robin Gloster
parent 35378f0141
commit fc93264f59
+1 -1
View File
@@ -834,7 +834,7 @@ in
IdP authentication endpoint. IdP authentication endpoint.
''; '';
}; };
idPCert = mkOption { idpCert = mkOption {
type = types.str; type = types.str;
default = ""; default = "";
example = "/path/to/cert.pem"; example = "/path/to/cert.pem";