Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to resolve types issues with OTP26 dialyzer #1000

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

martinsumner
Copy link
Contributor

Also test certificates/keys were expired and used invalid algorithms for OTP 26. Replaced using:

openssl req -x509 -newkey rsa:4096 -keyout site1-key.pem -out site1-cert.pem -sha256 -days 3650 -subj "/CN=site1.basho.com" -nodes

Also test certificates/keys were expired and used invalid algorithms for OTP 26.  Replaced using:

openssl req -x509 -newkey rsa:4096 -keyout site1-key.pem -out site1-cert.pem -sha256 -days 3650 -subj "/CN=site1.basho.com" -nodes
@martinsumner martinsumner merged commit 9d729a4 into develop Mar 14, 2023
@martinsumner martinsumner deleted the mas-otp26-dialyzer branch March 14, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants