A quick note on TLS certificates
📰 Medium · DevOps
Learn how TLS certificates work and how to deploy them correctly to enable HTTPS for your website or API
Action Steps
- Understand the basics of TLS certificates and their role in enabling HTTPS
- Identify the components of a TLS certificate, including the subject, public key, and digital signature
- Deploy a TLS certificate to your website or API using a trusted certificate authority
- Configure your server to use the TLS certificate and enable HTTPS
- Test your TLS certificate to ensure it is working correctly and securely
Who Needs to Know This
DevOps and security teams can benefit from understanding TLS certificates to ensure secure communication for their websites and APIs
Key Insight
💡 A TLS certificate is a digital document that binds an identity to a public key, enabling secure communication over the internet
Share This
Enable HTTPS for your website or API with TLS certificates!
Key Takeaways
Learn how TLS certificates work and how to deploy them correctly to enable HTTPS for your website or API
Full Article
Title: A quick note on TLS certificates
URL Source: https://medium.com/@sean.lma/a-quick-note-on-tls-certificates-dba5f77770c4?source=rss------devops-5
Published Time: 2026-04-12T01:12:08Z
Markdown Content:
# A quick note on TLS certificates. TLS certificates are commonly used in… | by Sean Ma | Apr, 2026 | Medium
[Sitemap](https://medium.com/sitemap/sitemap.xml)
[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)
[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)
Get app
[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)
[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

# A quick note on TLS certificates
[](https://medium.com/@sean.lma?source=post_page---byline--dba5f77770c4---------------------------------------)
[Sean Ma](https://medium.com/@sean.lma?source=post_page---byline--dba5f77770c4---------------------------------------)
Follow
6 min read
·
Just now
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2Fdba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&user=Sean+Ma&userId=d015d6aba705&source=---header_actions--dba5f77770c4---------------------clap_footer------------------)
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2Fdba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=---header_actions--dba5f77770c4---------------------bookmark_footer------------------)
[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3Ddba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=---header_actions--dba5f77770c4---------------------post_audio_button------------------)
Share
Press enter or click to view image in full size

TLS certificates are commonly used in almost all modern websites and APIs. Most people know they “enable HTTPS”, but how they work and how to deploy them correctly are often misunderstood. This short note provides a simple explanation on this topic and hope it will be helpful.
## What are TLS certificates
At its core, a TLS (Transport Layer Security) certificate is a digital document that binds an `identity` (such as a domain name like `example.com`) to a `public key`.
A TLS certificate answers a very simple question: “When I connect to this server, how do I know it is really who it claims to be?”.
A certificate is part of a `trust chain`, not a standalone item. It contains:
* **The Subject**: Who the certificate is issued to (domain name or organization).
* **The Public Key**: Cryptographic material used to initiate secure communication.
* **The Digital Signature**: A cryptog
URL Source: https://medium.com/@sean.lma/a-quick-note-on-tls-certificates-dba5f77770c4?source=rss------devops-5
Published Time: 2026-04-12T01:12:08Z
Markdown Content:
# A quick note on TLS certificates. TLS certificates are commonly used in… | by Sean Ma | Apr, 2026 | Medium
[Sitemap](https://medium.com/sitemap/sitemap.xml)
[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)
[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)
Get app
[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)
[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)
Sign up
[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

# A quick note on TLS certificates
[](https://medium.com/@sean.lma?source=post_page---byline--dba5f77770c4---------------------------------------)
[Sean Ma](https://medium.com/@sean.lma?source=post_page---byline--dba5f77770c4---------------------------------------)
Follow
6 min read
·
Just now
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2Fdba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&user=Sean+Ma&userId=d015d6aba705&source=---header_actions--dba5f77770c4---------------------clap_footer------------------)
[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2Fdba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=---header_actions--dba5f77770c4---------------------bookmark_footer------------------)
[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3Ddba5f77770c4&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40sean.lma%2Fa-quick-note-on-tls-certificates-dba5f77770c4&source=---header_actions--dba5f77770c4---------------------post_audio_button------------------)
Share
Press enter or click to view image in full size

TLS certificates are commonly used in almost all modern websites and APIs. Most people know they “enable HTTPS”, but how they work and how to deploy them correctly are often misunderstood. This short note provides a simple explanation on this topic and hope it will be helpful.
## What are TLS certificates
At its core, a TLS (Transport Layer Security) certificate is a digital document that binds an `identity` (such as a domain name like `example.com`) to a `public key`.
A TLS certificate answers a very simple question: “When I connect to this server, how do I know it is really who it claims to be?”.
A certificate is part of a `trust chain`, not a standalone item. It contains:
* **The Subject**: Who the certificate is issued to (domain name or organization).
* **The Public Key**: Cryptographic material used to initiate secure communication.
* **The Digital Signature**: A cryptog
DeepCamp AI