simp_le icon indicating copy to clipboard operation
simp_le copied to clipboard

Simple Let's Encrypt client

Results 32 simp_le issues
Sort by recently updated
recently updated
newest added

The concept behind simp_le looks great! I'm a big believer in separation-of-privilege. Attempting the install (pip install -e .) on a dedicated web server gave me a bunch of chatter,...

This will fix zenhack/simp_le#152.

Hi, I tried to build this image today, and I got an error: ``` Python: 3.6.9 platform: Linux-4.9.0-0.bpo.6-amd64-x86_64-with pip: 18.1 setuptools: 59.6.0 setuptools_rust: 1.1.2 =============================DEBUG ASSISTANCE============================= error: can't find Rust...

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

Last build on Docker Hub is over 1 year old and on version 0.1dev

Hello, I had encountered this error two days ago: ``` 2020-08-17 11:26:03,871:INFO:simp_le:1411: Reusing existing certificate private key Traceback (most recent call last): File "/opt/simp_le/simp_le.py", line 1565, in main return main_with_exceptions(cli_args)...

Hi! I am having problems with installing latest simp_le on centOS linux machine. I run this command: './venv.sh' after 'sudo ./bootstrap.sh' but I got this error: `/usr/bin/python3: No module named...

`simp_le` might say: > Challenge validation has failed, see error log. Is there a log file?

I create a self-signed cert to let nginx start: ``` openssl req -x509 -newkey rsa:4096 -keyout key.pem -out fullchain.pem -days 365 -nodes -subj "/CN=example.com" ``` `simp_le` fails with the following...