diafygi / acme-tiny

A tiny script to issue and renew TLS certs from Let's Encrypt
MIT License
4.74k stars 572 forks source link

syntax error #110

Closed spyd3rman closed 8 years ago

spyd3rman commented 8 years ago

I have syntax error in Python 2.4.3

  File "/home/test/ftp/acme-tiny/acme_tiny.py", line 31
    pub_exp = "0{0}".format(pub_exp) if len(pub_exp) % 2 else pub_exp
                                      ^
SyntaxError: invalid syntax
diafygi commented 8 years ago

Sorry, this library only works on python 2.6+