<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 8/14/2019 2:11 PM, Robert Moskowitz
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:ee674e7b-371d-75e6-90ac-d0ce459a1edd@htt-consult.com">[...]<br>
         commonName="/CN=IPv6::2001:24:28:24/64"
      <br>
      [...]<br>
      req: Hit end of string before finding the equals.
      <br>
      problems making Certificate Request
    </blockquote>
    <br>
    Some systems present distinguished names using slashes as
    separators.  I assume that that's what you're running into here,
    that your string is being processed as a valid RDN
    "CN=IPv6::2001:24:28:24" and an invalid RDN "64".<br>
    <br>
    You'll need to quote the slash.  I don't happen to know how, but my
    bet would be either \/ or %2F.<br>
    <br>
  </body>
</html>