Skip to content

Commit a18f076

Browse files
Merge pull request #23 from regulaforensics/41097-link-fix
Updated Readme, added correct link to docs
2 parents f3c3b8b + 65085f1 commit a18f076

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

CertificatePinningSample/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Regula Face SDK (Android version)
2-
Face SDK is a framework that is used for face matching, recognition, and liveness detection.
3-
In this sample we demonstrate how configure Certificate Pinning in the Android app
42

5-
## Steps
3+
The Face SDK is a framework that is used for face matching, recognition, and liveness detection.
64

7-
Here you can find how to generate key for the android app
8-
https://nikunj-joshi.medium.com/ssl-pinning-increase-server-identity-trust-656a2fc7e22b
9-
10-
1. In the mobile app you need to create xml file (main/res/xml/network_security_config)
11-
2. In the AndroidManifest.xml you need to set up config above in the application area:
12-
android:networkSecurityConfig="@xml/network_security_config"
13-
3. In the network-security-config you need to replace 'domain' to your and replace 'SHA-256'
5+
Here is a detailed guide to the SSL pinning process on Android, focusing on generating the certificate’s public hash key and integrating it into the Android Network Security Configuration: https://docs.regulaforensics.com/develop/face-sdk/mobile/getting-started/web-service-setup/certificate-pinning/#certificate-pinning-android

0 commit comments

Comments
 (0)