Skip to content

makerinc/heroku-buildpack-openssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-openssl

Buildpack for OpenSSL 1.1.1t on Heroku

This downloads, builds and installs OpenSSL 1.1.1t, installing at /app/

We have to export and link the etc/ssl folder.

export LD_LIBRARY_PATH=/app/openssl/lib/
ln -s /etc/ssl /app/openssl/ssl 

About

Buildpack for OpenSSL 1.1.1m on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%