Hi, I have a problem similar to https://sourceforge.net/p/ejbca/discussion/123123/thread/b8399986/#325b I need to use a '+'-character in the SAN( for a email address like test+@test.com), and I'm getting error "Subject alt names are illegal" if the character isn't escaped. If it's escaped with '\' , I get the SAN test+@test.com in the certificate. I use the CMP to send the request, and EJBCA version 6.5.0 Ist it probably fixed in the newer version of EJBCA? Or what else could I do? Thanks in advance,...