Questions re: Simplifying Issuance for Very Long Domain Names

I'm trying to test this in staging to verify that my product can handle a cert with no CN. If I don't pass a CN at all, I'm getting this error: "Error finalizing order :: Cannot issue for "null": Domain name needs at least one dot". If I pass a name longer than 64, I get this error: "Error finalizing order :: CN was longer than 64 bytes". I'm using the acme java library (acme4j-client-2.15.jar) to issue the certificate. Is the library preventing request from going to the back end? If so, is there an update acme java library that I can use to test?

1 Like