How To Create Self Signed Root Certificate with OpenSSL
by [İsmail Baydan]
How To Create Self Signed Root Certificate with OpenSSL – POFTUT
OpenSSL provides cryptographic libraries and features. We can use OpenSSL from reading DER files to generate random numbers. But one of the most used feature is creating a Self Signed Certificate.
OpenSSL提供加密库和功能。我们可以使用OpenSSL读取DER文件来生成随机数。但最常用的功能之一是创建自签名证书。
自签名证书
X509 is the certificate standard used in internet and corporate today. X509 certificates are designed to create a tree like trust hierarchy between X509 certificates. For example Google is a trusted entity and poftut.com
is another entity trusted by Google so we created a chain with this trust relationship. But as we see there is always a root. S