Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Apache_SSL

A Bash script designed for automating the process of installing Apache2 and setting up a self-signed certificate & keys for SSL connection via HTTPS.

The script performs the following operations:

  • Checks if Apache2 is already installed. If it is not - the script installs it.
  • Configures Apache2 to launch at startup.
  • Enables SSL support.
  • Collects user info for the server's certificate.
  • Generates SSL keys (private & public).
  • Generates a .conf file to be used in the server's certificate.
  • Conducts a final test to make sure Apache's SSL configuration is active.

Full Script Run:

1

Connection to Apache2 via HTTPS:

2

Certificate Display:

3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages