forgejo reactivate
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
type = lib.types.str;
|
||||
default = "${config.certDir}/mtls.pem";
|
||||
};
|
||||
certGroup = lib.mkOption {
|
||||
description = "Group that should be granted read access to generated certificate material.";
|
||||
type = lib.types.str;
|
||||
default = "mtls";
|
||||
};
|
||||
subject = lib.mkOption {
|
||||
description = "Subject for the cert";
|
||||
type = lib.types.str;
|
||||
|
||||
Reference in New Issue
Block a user