AWS sap documentation change
Summary
Formatted mTLS authentication steps into numbered list
Security assessment
Improves documentation of mTLS implementation steps - a core security feature. Enhances clarity but doesn't introduce new security capabilities.
Diff
diff --git a/sap/latest/general/security-extension.md b/sap/latest/general/security-extension.md index 964353fa2..f23a94f20 100644 --- a//sap/latest/general/security-extension.md +++ b//sap/latest/general/security-extension.md @@ -13 +13,12 @@ Mutual Transport Layer Security (mTLS) Authentication establishes a secure, two- -The mTLS authentication process works in four steps: . The client requests a connection to the server . The server presents its certificate . The client verifies the server’s certificate . The client presents its certificate for server verification and authentication +The mTLS authentication process works in four steps: + + 1. The client requests a connection to the server + + 2. The server presents its certificate + + 3. The client verifies the server’s certificate + + 4. The client presents its certificate for server verification and authentication + + +