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