Re: openssl req error with DN having a / in it

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/14/2019 2:11 PM, Robert Moskowitz wrote:
[...]
   commonName="/CN=IPv6::2001:24:28:24/64"
[...]
req: Hit end of string before finding the equals.
problems making Certificate Request

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".

You'll need to quote the slash.  I don't happen to know how, but my bet would be either \/ or %2F.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux