mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
x509: Remove unused argument of load_certificate_from_file()
Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
205675239a
commit
8789afa18a
@ -421,7 +421,7 @@ def load_unknown_x509_certificate(data):
|
||||
return load_der_x509_certificate(data)
|
||||
|
||||
|
||||
def load_certificate_from_file(filename, dbdir=None):
|
||||
def load_certificate_from_file(filename):
|
||||
"""
|
||||
Load a certificate from a PEM file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user