Advanced Search
Search Results
4 total results found
How to generate Public Key (PFX)
If your server/device requires a different certificate format other than Base64 encoded X.509, a third party tool such as OpenSSL can be used to convert the certificate into the appropriate format. PFX is a container used for MS Windows-based OS that stores yo...
SSL Installation on Apache 2.4.9
Question: My SSL Certificate is already active. How do I install it? Answer: 1. Connect to your host ; 2. Turn on SSL mod: sudo a2enmod ssl 3. Check your config path apachectl -S 4. Open your config, e.g. in Ubuntu path would be: /etc/apache2/sites-enabled/00...
SSL Installation on MS IIS (Windows-powered systems)
Question: How do I install SSL for Windows-powered hosts? Answer: Please refer to Microsoft IIS v.10 (Windows 10, Windows Server 2016) SSL Installation Guide. Details may differ depending on your Operating System. IIS version System Year 1.0 Windows NT 3.51 19...
Troubleshooting SSL installation
Sometimes it can happen that you encounter errors when installing or using your certificate. This document is an overview of the different things you can check to analyze what is wrong. From experience we can tell that most problems arise because you did not i...