acme_client icon indicating copy to clipboard operation
acme_client copied to clipboard

Cannot use previous account key

Open acastiello opened this issue 5 years ago • 0 comments

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 "D:\Internet\WEB\mydomain.com.well-known\acme-challenge" --one-dir-for-well-known --server-url https://acme-staging-v02.api.letsencrypt.org/directory but I get Exception in thread "main" java.lang.ClassCastException: org.bouncycastle.asn1.pkcs.PrivateKeyInfo cannot be cast to org.bouncycastle.openssl.PEMKeyPair Does PJAC requires a new account?

acastiello avatar Feb 07 '20 20:02 acastiello