mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-01-03 13:31:09 +07:00
Update README.md
This commit is contained in:
parent
e48333d398
commit
7ee8bda591
@ -1142,7 +1142,7 @@ If you are using above version, this code should be changed
|
|||||||
[More Info](https://devgenes.com/posts/SSL-Pinning-With-Alamofire/)
|
[More Info](https://devgenes.com/posts/SSL-Pinning-With-Alamofire/)
|
||||||
|
|
||||||
First, Download SSL certificate to your project folder
|
First, Download SSL certificate to your project folder
|
||||||
> https://www.yourdomain.com **(NOT IN THIS WAY)**
|
> https://www.yourdomain.com (NOT IN THIS WAY)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
openssl s_client -showcerts -connect yourdomain.com:443 < /dev/null | openssl x509 -outform DER > yourdomain.cer
|
openssl s_client -showcerts -connect yourdomain.com:443 < /dev/null | openssl x509 -outform DER > yourdomain.cer
|
||||||
|
Loading…
Reference in New Issue
Block a user