hello. I use the command: grid-cert-request -host ibm.grid -int, to generate
a certification request. But how can I add a alternative name into it?
Because I come across the following error when I use cog-kit to invoke the
WebService:
faultCode=OTHER_ERROR: Unable to resolve imported document at
'https://192.168.11.137:8443/share/schema/wfs/WFS_bindings.wsdl'.:
java.security.cert.CertificateException: No subject alternative names present:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
No subject alternative names present
And I found the reason of this error is that in the certification, I use ibm
.grid as the CN, but the url gives ip. Besides adding a alternative name into
my certificate, are there other ways to solve this problem?
Thank you!