Update cert_request.py

pull/267/head
midoks 3 years ago
parent 3caebe4399
commit 6975e9adb7
  1. 2
      class/core/cert_request.py

@ -992,7 +992,7 @@ fullchain.pfx 用于IIS的证书格式
privkey.pem 粘贴到密钥输入框 privkey.pem 粘贴到密钥输入框
fullchain.pem 粘贴到证书输入框 fullchain.pem 粘贴到证书输入框
''' '''
mw.writeFile(path + '/说明.txt', ps) mw.writeFile(path + '/readme.txt', ps)
self.subAllCert(key_file, pem_file) self.subAllCert(key_file, pem_file)
except: except:
writeLog(public.getTracebackInfo()) writeLog(public.getTracebackInfo())

Loading…
Cancel
Save