Skip to content

Commit

Permalink
修复小错误
Browse files Browse the repository at this point in the history
  • Loading branch information
iPatrick authored Oct 16, 2017
1 parent d44e6ca commit e178f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def getssl(domain):
crt_file = "/root/.acme.sh/"+domain+"/fullchain.cer"
key_file = "/root/.acme.sh/"+domain+".fun/ca.cer"
key_file = "/root/.acme.sh/"+domain+"/ca.cer"
get_ssl_cmd = "bash /root/.acme.sh/acme.sh --issue -d " +domain +" --standalone"

#判断是否存在证书
Expand Down

0 comments on commit e178f5c

Please sign in to comment.