comment
This commit is contained in:
parent
9b0cc3bbef
commit
5fb98f747c
|
@ -388,6 +388,7 @@ def create(**kwargs):
|
|||
cert = Certificate(**kwargs)
|
||||
kwargs["creator"].certificates.append(cert)
|
||||
else:
|
||||
# ACME path
|
||||
cert = PendingCertificate(**kwargs)
|
||||
kwargs["creator"].pending_certificates.append(cert)
|
||||
|
||||
|
|
Loading…
Reference in New Issue