Posts
Implementing SSL using Wildcard certificate in SAP PO system
- Get link
- X
- Other Apps
Implementing SSL using Wildcard certificate in PO system (wildcard extension .pfx ) A SSL Wildcard certificate is a single certificate with a wildcard character (*) in the domain name field. This allows the certificate to secure multiple sub domain names (hosts) pertaining to the same base domain. The wildcard certificate was provided by the client with the extension .pfx. Step 1 - Convert “.pfx” to “*.pse” sapgenpse import_p12 -p domain.pse domain.pfx Failed due to unrecognition of root certificate : but certificate chain is incomplete, need certificate of 'CN= Secure Certificate Authority , OU=XXXX, O="XXXX", L=XX, SP=XX, C=XX' Step 2 - Convert pfx to pem first through openssl command Note: The PKCS#12 or PFX format is a binary format for storing the server certificate, intermediate certificates, and the private key in one encryptable file. PFX files usually have extensions such as .pfx and .p12. PFX files are typically used on Windows machine...
End to End SAP on Oracle Database Refresh Procedure
- Get link
- X
- Other Apps
End to End SAP on Oracle Database Refresh Procedure Convention : In this document we follow the given convention while refreshing to system Source system : The whose database backup is taken and applied on the other system. Target system : The system which will be refreshed 1. Login to the target system : As <sid>adm à stopsap 2. If the target system is in a host which house no other AS then stop the listener à lsntctl stop Note : In case the host houses other AS proceed without this step . 3. In the target system switch user to ora<sid> à su -ora<target-sid> 4. In the target system moved the contents of the /oracle/sid/saptrace/directoey : Mkdir /oracle/SID/saptrace/background/old Mkdir /oracle/SID/saptrace/usertrace/old Mv /oracle/SID/saptrace/background/* /oracle/SID/saptrace/background/old Mv /oracle/SID/saptrac...
Implementing SSL using Wildcard certificate on S4HANA_Fiori_WebDispatcher
- Get link
- X
- Other Apps
Wildcard certificate generation for SAP systems & SSL using WC on S4HANA_Fiori_WebDispatcher 1-What is wild card certificate: A SSL Wildcard certificate is a single certificate with a wildcard character (*) in the domain name field. This allows the certificate to secure multiple sub domain names (hosts) pertaining to the same base domain. 2-Format of the Wildcard certificate A {SSL} Wildcard certificate should be considered an option when looking to secure a number of sub domains, such as “secure.<domainname>.com”, “www.<domainname>.com” with a single certificate.The format of the common name entered for the SSL Wildcard Certificate will be '*.(domainname).com'. 3-Prerequisite 1. Login to OS level as sidadm 2. Check the SHELL then manually change the SHELL file (csh or bsh) 3. Check environment variable (SECDIR) is set or not by executing sapgenpse ...