parent
82dd663942
commit
97cf54433b
|
@ -85,8 +85,9 @@ class Authority(db.Model):
|
||||||
@property
|
@property
|
||||||
def is_cab_compliant(self):
|
def is_cab_compliant(self):
|
||||||
"""
|
"""
|
||||||
Parse the options to find whether authority is CAB Compliant. Returns None if
|
Parse the options to find whether authority is CAB Forum Compliant
|
||||||
option is not available
|
i.e., adhering to the CA/Browser Forum Baseline Requirements.
|
||||||
|
Returns None if option is not available
|
||||||
"""
|
"""
|
||||||
if not self.options:
|
if not self.options:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue