acmeshell icon indicating copy to clipboard operation
acmeshell copied to clipboard

Shell-style client for LetsEncrypt

Results 6 acmeshell issues
Sort by recently updated
recently updated
newest added

``` LetsEncryptShell> certificateget my.domain.tld Method 'certificateget my.domain.tld': Exception: openssl genrsa -rand /dev/urandom 2048: failed ```

I ran CHMOD u + x on it, then ran the command letsnecryptshell from the PuTTY CLI- nothing. The file is in my directory, but no /letsnecryptshell directory. What did...

Not all filesystems support hard linking. Improves compatibility with those filesystems.

I get this error to certificateget request with Python 3.4.5 on Linux: Exception: 'str' does not support the buffer interface I think the certificate is created (the response is 201...

There wasn't any documentation saying domainconfirm should take a type If you run domainconfirm once (and DNS hasn't propagated) the challenge disappears, and you can't try again). In the end...

Love the tool. Since the certs expire every 90 days, what's the best practice using this? I see I can do this: echo "certificateget domain.name" | ./letsencryptshell which pulls in...