From 7ee8bda5912c99d157934d345dfe5da55dd1254c Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Fri, 4 Jun 2021 12:44:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc1d15..5ce2d19 100644 --- a/README.md +++ b/README.md @@ -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