codimd: fix option configuration.saml.idpCert
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user