Skip to main content

Tutorial: How to Generate A Self Sign Cert with OpenSSL on CENTOS

Lovell Felix 1 min read

Archive note: the tools and versions have moved on. I have kept this entry because the debugging path and the underlying constraint may still be useful.

OpenSSL is the toolkit most servers rely on for TLS/SSL: the encryption that keeps data private between a browser and a server, or a mail client and a mail server. Without it, anything sent in plain text (credit card numbers, social security numbers, login credentials) is visible to anyone positioned to intercept it.

Generating a self-signed certificate is straightforward:

About the author

Lovell Felix

Infrastructure and reliability engineer working on Linux platforms, configuration delivery, and deployment safety at fleet scale.

@lovellfelix

More notes