mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
import tempfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user