Murtaza Udaipurwalablog.murtazau.xyzยทFeb 24, 2024A Practical Guide to Self-Signed X.509 Certificates Using OpenSSLCertificate Authority (CA) The CA serves as the root authority. All certificates generated for different services will be signed by it. Let's create our CA first. mkdir ca openssl req \ -x509 \ -newkey rsa:4096 \ -days 365 \ -nodes \...310 readsopensslAdd a thoughtful commentNo comments yetBe the first to start the conversation.