Migrate (move) SSL certificate from Windows to Linux
Often, people who are not familiar with hosting servers, to be enticed by sales agents to buy new SLL certificates, because \"It is not possible to be migrated from Windows to Linux\". With this...
View ArticleExtract SSL certificate and key from PFX file
In this tutorial I will show you how to extract SSL certificate and key from PFX file and also how to remove a password from a private SSL key. If you have landed on this tutorial and do not have PFX...
View ArticleMerge SSL certificate and key in PFX file
This tutorial will show you how to merge SSL certificate and key in PFX file. This is useful in case when you are migrate SSL certificate from Linux to Windows server, or if you Renew Windows SSL...
View ArticleRenew Windows SSL certificate when no key available
This tutorial along with Extract SSL certificate and key from PFX file will help you to migrate renew Windows SSL certificate when no certificate key is available. Here a key factor is how your...
View ArticleCompare SSL certificate and key matches with OpenSSL
This tutorial will show you how to compare SSL certificate and key matches using Open SSL. The original example is from ‘SSL/TLS Strong Encryption: FAQ’ where is answered the question: How do I verify...
View ArticleExtract certificates from P7B
This will be quick tutorial about how to convert P7B to certificate. Actually we will extract certificates from PKCS #7 file using OpenSSL. Here I have to mention one issue which is really often met...
View ArticleGenerate SSL key and CSR with OpenSSL
It is really easy to generate SSL key and CSR using OpenSSL, and the next several steps will guide you trough the process. If you are on Linux server, OpenSSL can be downloaded from here: OpenSSL...
View Article