-
Hi! Thank you for your tutorial. I followed all steps. It worked for my main domain! Thank you! but I have troubles with my subdomains.
I was using your method described in 3.3 by using a challenge…
-
Hello, I was trying to use your script in my webfaction account. When I ran the command
```
python letsacme.py --no-chain --account-key account.key --csr domain.csr --acme-dir challenges > signed.…
-
Hi,
I'm trying to create certificates for my domains but I'm getting this error:
```
leandroprz@ubuntu:~/Downloads/lcget-master$ sudo ./lcget certonly -c leandroprz.ini
[sudo] password for lea…
-
parustra@cf714 [~/letsacme]# ./gencsr
OpenSSL config file: /etc/pki/tls/openssl.cnf
Creating new key file: dom.key
Generating RSA private key, 4096 bit long modulus
...............................…
-
We (ISRG / Let's Encrypt) do not allow clients to use our service's name in their client name. We recommend you use the term "ACME" instead, in reference to the protocol. This is better because there …
-
basicly i use lcget in the same way for 2 different domain
domain1.com which is (godaddy hosting)
i use command:
`sudo lcget certonly --manual -d domain1.com -d www.domain1.com -m my@email.com -jp …
-
I'm trying to create a certificate for my site, but after verification, I get this error:
```
Verifying www.example.com...
www.example.com verified!
Signing certificate...
Error signing certificate: …
-
Hi,
I tried to request a certificate, but always got Error 400.
I saw that the link to the agreement-PDF is not the right one. After changing it to https://letsencrypt.org/documents/LE-SA-v1.1.1-Augu…
-
Let's Encrypt doesn't guarantee the use of a specific intermediate certificate for signing. Therefore it's currently not possible for a user of `acme-tiny` to create a `chain.pem` and `fullchain.pem` …
-
Currently a json like:
``` json
{
"AcmeDir":"/var/www/challenge",
"_comment":"Global definition of AcmeDir",
"AccountKey":"account.key",
"CSR": "domain.csr",
"CertFile":"domain.crt",
"ChainFile":"cha…