-
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
…
-
Hey,
I hope this is the best place to discuss it. I'm writing it here because I couldn't find an IRC channel/ML to discuss it on.
I know this script is intended to be as small as possible and thus is…
-
Hi,
calling `acme-tiny --account-key account-at-letsencrypt.key --csr $HOST.csr --acme-dir /var/www/.well-known/acme-challenge | tee $HOST.crt` ended for me as follows:
```
…
Signing certifica…
-
`File "/tmp/acme_tiny.py", line 31
pub_exp = "0{0}".format(pub_exp) if len(pub_exp) % 2 else pub_exp`
SyntaxError: invalid syntax
uutan updated
8 years ago
-
**Platform/Firmware Information**
Platform = X86_PINEVIEW
Model = TS-459
Internal Model = TS-459
Version = 4.2.0
Build Number = 20160130
Rsync Model = QNAP
Build Date = 2016-01-30
Python 2.7.5
```
…
-
➜ ssl sudo python acme_tiny.py --account-key ./account.key --csr ./domain.csr --acme-dir ~/www/challenges/ > ./signed.crt
sudo: unable to resolve host 133-130-123-49
Parsing account key...
Parsing CS…
-
This "feature" would cause the script to grow to about 210 lines, but I think it may be worth it...
acme-tiny is probably the favorite library/client i've encountered so far, because it is so small a…
-
Migrated from [rt.perl.org#130497](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130497) (status was 'resolved')
Searchable as RT130497$
p5pRT updated
7 years ago
-
Hi,
I'm trying to use acme_tiny, but I can't get it to work. If I use python3, it spits a long traceback about a bad header, so I tried using python2.7. Here is the traceback I get :
```
Parsing acc…
Ulrar updated
8 years ago
-
acme-tiny should offer an option (-o or --out) to write the obtained certificate to a file upon success, instead of writing to the standard output.
For reference, the current documented usage is as …