Adding comment for the property to be removed
This commit is contained in:
parent
efd231e0ab
commit
51549ae795
|
@ -297,6 +297,7 @@ class Certificate(db.Model):
|
||||||
return self.parsed_cert.subject.rfc4514_string()
|
return self.parsed_cert.subject.rfc4514_string()
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
# Commenting this property as key_type is now added as a column. This code can be removed in future.
|
||||||
@property
|
@property
|
||||||
def key_type(self):
|
def key_type(self):
|
||||||
if isinstance(self.parsed_cert.public_key(), rsa.RSAPublicKey):
|
if isinstance(self.parsed_cert.public_key(), rsa.RSAPublicKey):
|
||||||
|
|
Loading…
Reference in New Issue