Posts

Showing posts from February, 2021

Add SSL Certificate in Android using Volley

  🏁 Intro In this post, I’m going to explain how to add certificates to our Android app when we have a file  .crt  , and of course, it will include a brief explanation of what the file is. So after reading this tutorial we’re going to be familiarized with: 🤔 What the hell is the  .crt  files. 😎 How to add certificates to my app. This tutorial is going to be based on a project using  Volley  to make calls to an API, but you can always adapt it for your specific case. 📄 Let’s talk about the certificates 📇 CA's A  certificate authority (CA)  is a company or organization that acts to validate the identities of entities (such as websites, email addresses, companies, or individual persons) and bind them to cryptographic keys through the issuance of electronic documents known as  digital certificates . So basically the CAs give us a way to  authenticate ourselves  by serving as credentials to validate our identity,  encrypt  our data for secure communication over insecure networks su

Export & Download — SSL Certificate from URL for android and other use

Image
  You can export the SSL certificate from the URL below methods. Google Chrome Export the SSL certificate of a website using Google Chrome: 1.Click the  Secure  button (a padlock) in an address bar. 2. Click the  Certificate(Valid) . 3. Go to the  Details  tab 4.Click the  Copy to File…  button 5.Click the  Next  button. 6.Select the “Base-64 encoded X.509 (.CER)” format and click the  Next  button. 7.Specify the name of the file you want to save the SSL certificate to 8.Click the  Next  and the  Finish  buttons Mozilla Firefox Export the SSL certificate of a website using Mozilla Firefox: 1.Click the  Site Identity  button (a padlock) in an address bar. 2.Clic k  the  Show connection details  arrow 3.Click the  More Information  button 4.Click the  View Certificate  button 5.Go to the  Details  tab 6.Click the  Export  button 7.Specify the name of the file you want to save the SSL certificate too, keep the “X.509 Certificate (PEM)” format and click the  Save  button Internet Explorer