-
After completeing the renew_certificate step all virtual hosts are gone, the web server is disabled and cannot be re-enabled as changes cannot be saved.
attempts to do so via the Qnap web interface a…
-
Version/Platform/Processor information (from `ipfs version --all`):
go-ipfs version: 0.4.3-rc2-
Repo version: 4
System version: amd64/darwin
Golang version: go1.6.2
Type (bug, feature, meta, test fai…
-
``` bash
#!/usr/bin/sh
python /PATH/TO/acme_tiny.py --account-key /PATH/TO/acme-tiny/account.key --csr /PATH/TO/acme-tiny/domain.csr --acme-dir /var/www/challenges > /PATH/TO/acme-tiny/signed.crt
wget…
-
I don't know enough Python to fix this effectively, but when I ran the script on my server (CentOS running Python 2.6.6), the HTTPError object that I got back when checking if my account had been regi…
-
I am using the distribution tarball on CentOS 7 and there are some dependencies not installed via `./configure` and `make`.
You need the headers for OpenSSL (package openssl-devel on CentOS).
And wi…
-
Hi,
Cronjobs are deprecated and are replaced by systemd Timers. So, it would be cool to document in https://github.com/diafygi/acme-tiny/blob/master/README.md how you use systemd Timers with acme-tin…
-
Make acme_tiny produce error messages suitable for end user consumption. Any error message goes to stderr must be suitable for end user. For debugging and logging purposes, add the option '--log filen…
-
Because the role creates the user, but has no facility to adjust an output directory for certs, this role can never work without setting up a `1777` directory ahead of time.
```
TASK [andreaswolf.let…
-
We import acme-tiny to a script on our servers, run by cron. I would like to have no output if everything is okay but sure, if errors occure, I would like to see them.
At the moment, acme-tiny writes…
-
I'd like to run this script locally and then upload the files to the proper server (that way I never need to put my account key on the actual servers where).