Tag Archives: Certificates
How to Install Root or CA Certificate in Windows
Trusting a custom certificate for the development environment is sometimes beneficial for the team, also sometimes, we just have the need to trust (install) a CA or root certificate manually. Here is how we can do it easily in windows systems. We consider here that the name of the certificate that needs to be installed…
How to Generate Self Signed SSL Certificates
!WARNING! Self-signed certificates should not be used in production. Almost all the websites nowadays have https enabled and it’s really useful to have https enabled environment while developing. Getting an https enabled environment might cost you money but there is an alternate way of enabling https with self-signed certificates. In this post, we are going to see how we can create self-signed…
How to Install Root or CA Certificate in Ubuntu
Trusting a custom certificate for the development environment is sometimes beneficial for the team and also sometimes we just have the need to trust (install) a CA or root certificate manually. Here is how we can do it easily in ubuntu systems. We consider here that the name of the certificate that needs to be…