Hi Daniel,
I have generated the csr with the keytool:
keytool -certreq -sigalg RSA -alias -filename certreq.csr -keystore
This csr has the DN formatted like CN=, OU=,
O=, L=, ST=, C=
which is based on the information we give while genarating the keystore.
But the signing authority in our d
Hi Ognjen,
I have tried this as well.
I have generated a new keystore. By default, keytool generates a keystore with
a private key.
I have imported the trusted signed certificate to this keystore.
But Tomcat is using the unsigned key/certificate which has been generated by
default with keytoo
Hi,
I need to enable SSL for tomcat in a windows server 2008. I have generated a
certificate using the csr generated by this command: certreq -new request.inf
request.req
request.inf:
[NewRequest]
Subject = ""
Exportable = TRUE
KeyLength = 2048
MachineKeySet = TRUE
FriendlyName = "DN of the ser