-
Notifications
You must be signed in to change notification settings - Fork 217
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
Regenerate TLS certs for unit tests #2593
Conversation
73fa741
to
e14b037
Compare
server: | ||
organization: "Input Output HK" | ||
commonName: "cardano-wallet API Server" | ||
expiryDays: 365 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 3650?
@@ -138,6 +135,51 @@ spec = describe "TLS Client Authentication" $ do | |||
, statusMessage = "Upgrade Required" | |||
} | |||
|
|||
-- | |||
-- Test data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@@ -3,7 +3,7 @@ | |||
# | |||
# NOTE: Remember to update the version matrix in README.md when | |||
# bumping the Cardano version. | |||
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-haskell/231870a3b785f569daef0596b3a1657324c9394a/snapshots/cardano-1.25.1-GHC-8.10.4.yaml | |||
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-haskell/cd67c3f16b6c17afe76fbd3e5cefe3be0ad51147/snapshots/cardano-1.25.1.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great
Build succeeded: |
Issue Number
ADP-852
Overview
Comments
Using cardano-sl-x509 turned out to be harder than expected ... doh ... should have just used openssl.