Hi Experts,
Currently our SSL Certificate of SAP Webdispatcher already expired, and i try to renew the certificates, and here the step i have done :
1.set SECUDIR environment variable
setenv SECUDIR /home/wdpadm/sec
2.generate PSE and CSR files
sapgenpse get_pse -p SAPSSLS.pse -x psepin -r webdisp.req "CN=company.co.uk, OU=my company, O=company name L=London , SP=London, C=UK"
3. Send webdisp.req file to CA (digicert)
4. After downloading generated certificate, i receive three certificate file
- TrustedRoot.cer
- DigiCertCA2.cer
- star_company_co_uk.cer
5. Upload certificate to server (with ftp client) under directory /home/wdpadm/sec where the PSE and CSR file generated previously
6. Importing certificate
sapgenpse import_own_cert -c star_company_co_uk.cer -p SAPSSLS.pse -x psepin
But there is error message :
import_own_cert: Installation of certificate failed
ERROR in ssf_install_CA_response: (1280/0x0500) No certficate with your public key found
7. i try combination certificate with other certificate i received, but resulting the same error
sapgenpse import_own_cert -c star_company_co_uk.cer -p SAPSSLS.pse -x psepin -r DigiCertCA2.cer
is there some step that i miss? appreciates for every reply.