mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Add descriptions
This commit is contained in:
parent
33c71c3a4b
commit
b84d59c5f0
4 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,7 @@ class KeyStore(SQLBaseStore):
|
|||
table="server_tls_certificates",
|
||||
keyvalues={"server_name": server_name},
|
||||
retcols=("tls_certificate",),
|
||||
desc="get_server_certificate",
|
||||
)
|
||||
tls_certificate = OpenSSL.crypto.load_certificate(
|
||||
OpenSSL.crypto.FILETYPE_ASN1, tls_certificate_bytes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue