Update README.md

This commit is contained in:
Jungpyo Hong 2021-06-04 12:44:33 -05:00 committed by GitHub
parent e48333d398
commit 7ee8bda591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)
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
openssl s_client -showcerts -connect yourdomain.com:443 < /dev/null | openssl x509 -outform DER > yourdomain.cer