HTTPS: Create a TLS Certificate
We will walk you through the process of creating a TLS certificate in this lesson.
We'll cover the following...
Objective
- Migrate our endpoint from HTTP to HTTPS.
Steps
- Manually create a TLS certificate.
As things stand, our application is responding to unencrypted HTTP traffic. In the real world, we want to protect any data as it ...