I am new to devops. I have a scenario, where i need to install Airflow and open https to access globally. Below are the steps i done.
- Created EC2 and installed Airflow
- Install Httpd and opened 443 port and restarted httpd
- Generated ssl certification internally with in server and configured .crt and .key file.
Problem: The htts:// is crossed and showing the certification is not valid, i believe it's a certification issue, can any one help on this to fix.
Note: i don't like to purchase any certification from third party. And my EC2 machine can be restarted monthly once for maintenance(public IP might be changed). I tried, Amazon certification manager and load balancer and looks it's costing.