Implementing SSL using Wildcard certificate on S4HANA_Fiori_WebDispatcher
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 ...
Comments
Post a Comment