OpenSSL is the default package for managing certificates and serving HTTPS pages on Linux servers. It’s how you’re seeing this page via HTTPS right now. You might be interested in seeing how you can benchmark how fast your server can serve HTTPS requests as a part of tuning it. the openssl command comes with this ability built in. The following command will prompt openssl to make as many requests as it can for 30s and print the results: