|
Generate certificate signing request file to compand and get reponse.
%JAVA_HOME%\bin\keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr -keystore path\to\my\keystore
Note: Pkcs7 format is required in thawte SSL Firstname and lastname will be www.domain.com
Note : Open all certificate only in notepad or vi editor.
|