How to renew SAProuter Certificate?
1. first create the new local.pse file by using following command.
sapgenpse get_pse -v -noreq -p local.pse -x password "<i>"
here
"<i>" := given by SAP and is sent by mail.
eg. CN=SOLMAN, OU=0000123456, OU=SAProuter, O=SAP, C=ME
so command will become:
sapgenpse get_pse -v -noreq -p local.pse -x password "CN=SOLMAN, OU=0000123456, OU=SAProuter, O=SAP, C=ME"
now local pse file is generated.
2. create the certificate request.
execute the following command.
sapgenpse get_pse -v -onlyreq -r certreq -p local.pse -x password
it will create certreq file.
open the file using notepad. copy the content and paste it the link provided by SAP in the mail and click on the geneate certificate.
3. In response you will receive the certificate signed by the CA in the Service Marketplace, cut&paste the text to a local file named srcert
4. install the certificate in your saprouter by calling
sapgenpse import_own_cert -c srcert -p local.pse -x password
5. now you will have to create the credentials for the SAProuter with the same program
sapgenpse seclogin -p local.pse -O <user_for> -x pssword
(if you omit -O <user>, the credentials are created for the logged in user account)
6. This will create a file called cred_v2 in the same directory.
7. Check if the certificate has been imported correctly by using following command.
sapgenpse get_my_name
Output will show the details of the certificate.
8. If this is not sucessful , delete the files cred_v2, local.pse and start over at Item 1. If the output still does not match please open a customer message in component XX-SER-NET-OSS stating the actions you have taken so far and the output of the commands
Regards,
Ritesh Bhatia,
+968 92540980