Hi.. im currently confuse on the new PI SSL concept.. here is my understandig, hope someone can enlight and coreect me if i have miss conception
My understanding.. for this version the SSL port is defined in the ICM parameter on ABAP stack.. and activation os SSL server is done thru STRUST, by creating server PSE.
Once SSL pse is created, the HTTPS service can be started from SMICM tx.
on JAVA .. i have found the standard SSL service , ssl_service view .. and there is documentation mention about ICM_SSL_InstanceID
for my question.. if we want to get the SSL signed by CA, i should generate the CSR from STRUST or from service_ssl / ICM_SSL_instanceID.
After trying to generate CSR from ABAP, getting it signed and import it back, my services in JAVA could not read the signed identity..
When i create the CSR from service_ssl , and delete the SSL server standard from STRUST, the HTTPS on SMICM coul dbe started ?
anybody could help ?