tometzky

Results 7 issues of 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...

bug

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...