tometzky
tometzky
Please ensure that the pem files generated by simp_le always end with a newline, so they can be joined together just by using cat. For example: ``` $ cat cert.pem...
When simp_le 0.18.1 is forced to renew a recently created certificate with "--valid_min=7776000" (for testing), it renews the cert successfully, but before finishing, it fails with an error (names changed...
On your demo page http://www.vissit.com/projects/eventCalendar/ when you switch month to 2015-03, which start on Sunday, and therefore has 6 lines of weeks, an expected header "March events:" is clipped. This...
Some very popular CMSs, for example Wordpress, import jQuery in compatibility mode using `jQuery.noConflict()`. This causes that this plugin does not work when included as is. Please wrap your js...
It is not always obvious where awslogs binary will be installed. For example if installed with `python3 -m venv .venv --system-site-packages && .venv/bin/pip3 install awslogs` it can be in `.venv/bin/`...
It seems that since recently Let's Encrypt stopped providing alternative chain for certificates, which you could use before with this option: ``` --use_alt_chain CHAIN_NO If non-zero, then use nth alternative...
*Description of changes:* The script `r53_migrator.sh` creates the target Route53 hosted zone. But this is not always desirable - sometimes is is already created, tagged and configured with for example...
The latest release available on pypi.org is [version 0.9 from 2018](https://pypi.org/project/s3-pit-restore/#history). This makes it seem abandoned. But there were [several new features and bug fixes since then](https://github.com/angeloc/s3-pit-restore/commits/master/). If it wouldn't...