Skip to content

studiohb/allow-provider-legacy-on-openssl-v3-builback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

allow-provider-legacy-on-openssl-v3-builback heroku-22 Buildpack

This is a [Heroku buildpack][0] for add legacy provider option to openssl V3 in order to execute old cipher.

Versions

  • Buildpack: 0.1

Usage

[Add this buildpack][2] to your Heroku application to add this config to your /etc/ssl/openssl.cnf file:

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1
$ heroku buildpacks:add https://github.com/ --index 1

Clearing Repo Cache

Remember to clean your repository cache if you are updating the version of buildpack. To do that, run:

$ heroku plugins:install https://github.com/heroku/heroku-repo.git
$ heroku repo:purge_cache -a appname

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages