File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ class CertificateRevocationList extends Model {
4040 $ this ->descr = new StringField (
4141 required: true ,
4242 unique: true ,
43- editable: false ,
4443 validators: [new RegexValidator (pattern: "/[\?\>\<\&\/ \\\"\']/ " , invert: true )],
4544 help_text: 'The unique name/description for this CRL. ' ,
4645 );
@@ -59,15 +58,13 @@ class CertificateRevocationList extends Model {
5958 );
6059 $ this ->lifetime = new IntegerField (
6160 default: 730 ,
62- editable: false ,
6361 minimum: 1 ,
6462 maximum: 8381 ,
6563 conditions: ['method ' => 'internal ' ],
6664 help_text: 'The lifetime of this CRL in days. ' ,
6765 );
6866 $ this ->serial = new IntegerField (
6967 default: 0 ,
70- editable: false ,
7168 conditions: ['method ' => 'internal ' ],
7269 help_text: 'The serial number of the CRL. ' ,
7370 );
You can’t perform that action at this time.
0 commit comments