mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
import tempfile
This commit is contained in:
parent
d244412d94
commit
d178377b6f
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
# use OpenSSL to provide CSR-related operations
|
||||
|
||||
import subprocess, tempfile
|
||||
# we will use tempfile.NamedTemporaryFile() to get tempfiles
|
||||
# to pass to OpenSSL subprocesses.
|
||||
|
||||
def parse(csr):
|
||||
"""Is this CSR syntactically valid?"""
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue