Certificates generation fails when Microcks is installed with long urls. This has been analyse through #39 and #41.
This is due to certificate CN that is set to urls but shout not be longer to 64 characters according the spec.
Because we use subjectAltName to specify URL in certificate, we do not need to have CN set to URL and can truncate URL to 64 characters.
Certificates generation fails when Microcks is installed with long urls. This has been analyse through #39 and #41. This is due to certificate
CN
that is set to urls but shout not be longer to 64 characters according the spec. Because we usesubjectAltName
to specify URL in certificate, we do not need to have CN set to URL and can truncate URL to 64 characters.