TLS/SSL Certificate Management for Custom Domains
Tutorials that teach this
Prerequisites
- Concept Generating SSL Certificate Signing Requests (CSR)
- Concept TLS/HTTPS Security Requirements TLS/HTTPS Security Requirements define the transport-layer security standards that must be met when connecting to or integrating with SAP Business Technology Platform services. Developers use these requirements to ensure that their applications and integrations communicate over encrypted channels, satisfying the platform's prerequisites before building or deploying solutions. For a full list of applicable prerequisites and restrictions, refer to the [SAP BTP Prerequisites and Restrictions](https://help.sap.com/docs/btp/sap-business-technology-platform/e6ddaefcbb571014b70fa01fc6a3f818?locale=en-US&state=PRODUCTION&version=Cloud) documentation.
- Concept SAP Custom Domain Manager Overview and Configuration
- Concept Asymmetric Encryption in TLS/mTLS Asymmetric encryption in TLS/mTLS is a cryptographic mechanism used to secure communication between a client and a server, where a pair of mathematically related keys — a public key and a private key — are used to encrypt and decrypt data. In [mutual TLS (mTLS) authentication](https://help.sap.com/docs/btp/sap-business-technology-platform/b2746795de5543aca2eefa9de2424256?locale=en-US&state=PRODUCTION&version=Cloud), both the client and the server present certificates during the TLS handshake, enabling both parties to verify each other's identity. Developers use this approach on SAP BTP to establish trusted, encrypted connections between services, ensuring that only authenticated parties can communicate.