acme_client
acme_client copied to clipboard
Java ACME Client application
generate-certificate after successfully validating a DNS01 challenge comes back with a status of ok yet no certificate uri list and nothing in the cert directory. Nothing stands out in the...
I am unable to verify my domain. It keeps returning ERROR com.jblur.acme_client.command.certificate.VerifyDomainsCommand:100 - Domain SG-awsRedisTSL-17.devservers.scalegrid.io is not verified. Please, check warnings. I have verified that the TXT record exists in...
I am trying to generate a certificate and i do not have any account-key . How do I register/ create an account-key for Lets Encrypt ? I tried reading different...
In the "Get a certificate for multiple domains" part, everything works fine until step 8, but the certificates are not downloaded.
Hi, I am running pjac against a non-LE server implementation. The account registration fails as our acme server requires contact information inside the body of the registration request and even...
The library you are using sets the "NO_PROXY" proxy by default, causing any default settings, including the http(s).proxyHost and proxyPort system properties, to be ignored. I was able to fix...
I have an account key that I use with other ACME clients. I can´t use it with PJAC _java -jar acme_client.jar --command order-certificate -a "my_old_account_key.pem" -w . -c csr.pem --well-known-dir...
So, I tried to renew my certificates and ran: ``` (1652) toy:/root/acme# java -jar acme_client.jar --command verify-domains -a /etc/pjac/account.key -w /etc/pjac/workdir/ -c /etc/pjac/eenfach.de.csr --challenge-type DNS01 Exception in thread "main" org.shredzone.acme4j.exception.AcmeLazyLoadingException:...
When following the wiki tutorial acme_client does not download the challenge files when renewing a certificiate. I am running the following commands: ACMECLIENT="java -jar acme_client.jar -w . --log-dir . --log-level...
root@xxxxxxxxxxx [acme_client]# gradle build > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Could not find tools.jar. Please check...