Skip to content

Commit 986f4cc

Browse files
committed
cleanup
1 parent 4ce0c4c commit 986f4cc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

certificate.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11

2-
from OpenSSL import crypto, SSL
3-
from socket import gethostname
2+
from OpenSSL import crypto
43
import time
5-
from os.path import exists, join
6-
7-
CERT_FILE = "server.crt"
8-
KEY_FILE = "server.key"
94

105
def timestr():
116
return time.strftime("%Y%m%d%H%M%SZ", time.gmtime())

0 commit comments

Comments
 (0)